diff options
Diffstat (limited to 'bootstrap.bash')
-rwxr-xr-x | bootstrap.bash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.bash b/bootstrap.bash index 24f16c2..c02fe81 100755 --- a/bootstrap.bash +++ b/bootstrap.bash @@ -107,6 +107,10 @@ echo "extraArgs = $EXTRA_ARGS" >> $BUILDDIR/.minibootstrap/build.ninja echo "builddir = $NINJA_BUILDDIR" >> $BUILDDIR/.minibootstrap/build.ninja echo "include $BLUEPRINTDIR/bootstrap/build.ninja" >> $BUILDDIR/.minibootstrap/build.ninja +if [ ! -f "$BUILDDIR/.minibootstrap/build-globs.ninja" ]; then + touch "$BUILDDIR/.minibootstrap/build-globs.ninja" +fi + echo "BLUEPRINT_BOOTSTRAP_VERSION=2" > $BUILDDIR/.blueprint.bootstrap echo "SRCDIR=\"${SRCDIR}\"" >> $BUILDDIR/.blueprint.bootstrap echo "BLUEPRINTDIR=\"${BLUEPRINTDIR}\"" >> $BUILDDIR/.blueprint.bootstrap |