Home | History | Annotate | Download | only in blueprint

Lines Matching refs:BUILDDIR

16 #   BUILDDIR
34 # installed into the builddir. It is set to blueprint's blueprint.bash
50 # BUILDDIR should be set to the path to store build results. By default, this
52 [ -z "$BUILDDIR" ] && BUILDDIR=.
55 # files. By default this is the same as $BUILDDIR.
56 [ -z "$NINJA_BUILDDIR" ] && NINJA_BUILDDIR="${BUILDDIR}"
68 echo " -b <builddir>: set the build directory"
75 b) BUILDDIR="$OPTARG";;
103 BLUEPRINT_LIST_FILE="${BUILDDIR}/.bootstrap/bplist"
107 mkdir -p $BUILDDIR/.minibootstrap
109 echo "bootstrapBuildDir = $BUILDDIR" > $BUILDDIR/.minibootstrap/build.ninja
110 echo "topFile = $SRCDIR/$TOPNAME" >> $BUILDDIR/.minibootstrap/build.ninja
111 echo "extraArgs = $EXTRA_ARGS" >> $BUILDDIR/.minibootstrap/build.ninja
112 echo "builddir = $NINJA_BUILDDIR" >> $BUILDDIR/.minibootstrap/build.ninja
113 echo "include $BLUEPRINTDIR/bootstrap/build.ninja" >> $BUILDDIR/.minibootstrap/build.ninja
115 if [ ! -f "$BUILDDIR/.minibootstrap/build-globs.ninja" ]; then
116 touch "$BUILDDIR/.minibootstrap/build-globs.ninja"
119 echo "BLUEPRINT_BOOTSTRAP_VERSION=2" > $BUILDDIR/.blueprint.bootstrap
120 echo "SRCDIR=\"${SRCDIR}\"" >> $BUILDDIR/.blueprint.bootstrap
121 echo "BLUEPRINTDIR=\"${BLUEPRINTDIR}\"" >> $BUILDDIR/.blueprint.bootstrap
122 echo "NINJA_BUILDDIR=\"${NINJA_BUILDDIR}\"" >> $BUILDDIR/.blueprint.bootstrap
123 echo "GOROOT=\"${GOROOT}\"" >> $BUILDDIR/.blueprint.bootstrap
124 echo "TOPNAME=\"${TOPNAME}\"" >> $BUILDDIR/.blueprint.bootstrap
126 touch "${BUILDDIR}/.out-dir"
129 cp $WRAPPER $BUILDDIR/