1e72321e58
This duplicates building common blueprint go packages between minibp and the primary builder, but drastically simplifies the first stage, removing the need to check in a generated build.ninja.in. Change-Id: I639a9637f1ed36d4210823ef276c0f7a064a83bd
7 lines
128 B
Bash
Executable file
7 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export BOOTSTRAP="${BASH_SOURCE[0]}"
|
|
export SRCDIR=".."
|
|
export WRAPPER="../blueprint.bash"
|
|
|
|
../bootstrap.bash "$@"
|