Home | History | Annotate | Download | only in blueprint

Lines Matching refs:BOOTSTRAP_MANIFEST

16 #   BOOTSTRAP_MANIFEST
55 # BOOTSTRAP_MANIFEST is the path to the bootstrap Ninja file that is part of
58 [ -z "$BOOTSTRAP_MANIFEST" ] && BOOTSTRAP_MANIFEST="${SRCDIR}/build.ninja.in"
88 echo " -r: regenerate ${BOOTSTRAP_MANIFEST}"
93 IN="$BOOTSTRAP_MANIFEST"
121 echo "Regenerating $BOOTSTRAP_MANIFEST"
122 $BUILDDIR/.bootstrap/bin/minibp $EXTRA_ARGS -o $BOOTSTRAP_MANIFEST $SRCDIR/$TOPNAME
137 -e "s|@@BootstrapManifest@@|$BOOTSTRAP_MANIFEST|g" \
141 echo "BOOTSTRAP_MANIFEST=\"${BOOTSTRAP_MANIFEST}\"" >> $BUILDDIR/.blueprint.bootstrap