Lines Matching refs:BUILD_DIR
33 BUILD_DIR=
34 register_var_option "--build-dir=<path>" BUILD_DIR "Specify build directory"
73 if [ -z "$BUILD_DIR" ]; then
74 BUILD_DIR=$NDK_TMPDIR/build-$PROGNAME
75 log "Auto-config: --build-dir=$BUILD_DIR"
80 rm -rf $BUILD_DIR
81 mkdir -p $BUILD_DIR
83 prepare_canadian_toolchain $BUILD_DIR
96 BINUTILS_BUILD_DIR=$BUILD_DIR/binutils
168 BUILD_DIR="$BUILD_DIR" \
188 rm -rf $BUILD_DIR
190 log "Don't forget to cleanup: $BUILD_DIR"