Home
last modified time | relevance | path

Searched refs:BUILD_OUT (Results 1 – 3 of 3) sorted by relevance

/ndk/build/tools/
Dbuild-ccache.sh41 BUILD_OUT=$NDK_TMPDIR/build-ccache
77 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
84 run rm -rf $BUILD_OUT && run mkdir -p $BUILD_OUT
86 echo "ERROR: Could not create build directory: $BUILD_OUT"
92 download_file $CCACHE_URL $BUILD_OUT/$CCACHE_PACKAGE
99 cd $BUILD_OUT && tar xzf $BUILD_OUT/$CCACHE_PACKAGE
101 dump "Could not unpack $CCACHE_PACKAGE in $BUILD_OUT"
106 cd $BUILD_OUT/$CCACHE_VERSION && run make clean && run make unpack && run make build
108 dump "Could not build ccache in $BUILD_OUT"
112 mkdir -p $PREBUILT_DIR && cp -p $BUILD_OUT/$CCACHE_VERSION/ccache $PREBUILT_DIR
Dbuild-gdbserver.sh42 BUILD_OUT=/tmp/ndk-$USER/build/gdbserver
136 BUILD_OUT="$OPTION_BUILD_OUT"
138 log "Using build directory: $BUILD_OUT"
139 run mkdir -p "$BUILD_OUT"
142 BUILD_SYSROOT="$BUILD_OUT/sysroot"
206 cd $BUILD_OUT &&
223 cd $BUILD_OUT &&
243 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
258 run rm -rf $BUILD_OUT
Dbuild-gcc.sh34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
71 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
72 setup_default_log_file $BUILD_OUT/config.log
199 rm -rf $BUILD_OUT
219 mkdir -p $BUILD_OUT && cd $BUILD_OUT && run \
242 cd $BUILD_OUT &&
267 cd $BUILD_OUT && run make install
315 rm -rf $BUILD_OUT