Home
last modified time | relevance | path

Searched refs:BUILDDIR (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/
Dbootstrap.bash52 [ -z "$BUILDDIR" ] && BUILDDIR=.
56 [ -z "$NINJA_BUILDDIR" ] && NINJA_BUILDDIR="${BUILDDIR}"
76 b) BUILDDIR="$OPTARG";;
108 BLUEPRINT_LIST_FILE="${BUILDDIR}/.bootstrap/bplist"
112 mkdir -p $BUILDDIR/.minibootstrap
114 echo "bootstrapBuildDir = $BUILDDIR" > $BUILDDIR/.minibootstrap/build.ninja
115 echo "topFile = $SRCDIR/$TOPNAME" >> $BUILDDIR/.minibootstrap/build.ninja
116 echo "extraArgs = $EXTRA_ARGS" >> $BUILDDIR/.minibootstrap/build.ninja
117 echo "builddir = $NINJA_BUILDDIR" >> $BUILDDIR/.minibootstrap/build.ninja
118 echo "include $BLUEPRINTDIR/bootstrap/build.ninja" >> $BUILDDIR/.minibootstrap/build.ninja
[all …]
Dblueprint_impl.bash10 OUR_LIST_FILE="${BUILDDIR}/.bootstrap/bplist"
29 BUILDDIR="${BUILDDIR}/.minibootstrap" build_go minibp github.com/google/blueprint/bootstrap/minibp
31 BUILDDIR="${BUILDDIR}/.minibootstrap" build_go bpglob github.com/google/blueprint/bootstrap/bpglob
34 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.minibootstrap/build.ninja"
37 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.bootstrap/build.ninja"
41 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/build.ninja" "$@"
Dblueprint.bash28 [ -z "$BUILDDIR" ] && BUILDDIR=`dirname "${BASH_SOURCE[0]}"`
35 if [ ! -f "${BUILDDIR}/.blueprint.bootstrap" ]; then
47 source "${BUILDDIR}/.blueprint.bootstrap"
/build/blueprint/microfactory/
Dmicrofactory.bash37 local mf_bin="${BUILDDIR}/microfactory_$(uname)"
38 local mf_version_file="${BUILDDIR}/.microfactory_$(uname)_version"
39 local built_bin="${BUILDDIR}/$1"
51 local gen_src_dir="${BUILDDIR}/.microfactory_$(uname)_intermediates/src"
60 rm -f "${BUILDDIR}/.$1.trace"
/build/soong/
Dsoong.bootstrap.in1 BUILDDIR="@@BuildDir@@"
/build/soong/scripts/
Dmicrofactory.bash59 BUILDDIR=$(getoutdir) \