OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTSTRAP_MANIFEST
(Results
1 - 4
of
4
) sorted by null
/build/blueprint/tests/
bootstrap.bash
5
export
BOOTSTRAP_MANIFEST
="src.build.ninja.in"
/build/blueprint/
bootstrap.bash
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.bootstra
[
all
...]
blueprint.bash
42
#
BOOTSTRAP_MANIFEST
48
if [ "${
BOOTSTRAP_MANIFEST
}" -nt "${GEN_BOOTSTRAP_MANIFEST}" ]; then
49
"${BOOTSTRAP}" -i "${
BOOTSTRAP_MANIFEST
}"
52
"${BOOTSTRAP}" -i "${
BOOTSTRAP_MANIFEST
}"
/build/soong/
bootstrap.bash
22
export
BOOTSTRAP_MANIFEST
="${SRCDIR}/build/soong/build.ninja.in"
Completed in 275 milliseconds