Searched refs:BUILD_DIR (Results 1 – 18 of 18) sorted by relevance
42 BUILD_DIR=69 BUILD_DIR=$NDK_TMPDIR/build-toolbox70 log "Auto-config: --build-dir=$BUILD_DIR"71 rm -rf $BUILD_DIR/* && mkdir -p $BUILD_DIR73 BUILD_DIR=$OPTION_BUILD_DIR75 mkdir -p "$BUILD_DIR"76 fail_panic "Could not create build directory: $BUILD_DIR"79 MAKEFILE=$BUILD_DIR/Makefile92 prepare_canadian_toolchain $BUILD_DIR101 builder_begin_host "$BUILD_DIR" "$MAKEFILE"[all …]
32 BUILD_DIR=33 register_var_option "--build-dir=<path>" BUILD_DIR "Specify build directory"55 if [ -z "$BUILD_DIR" ]; then56 BUILD_DIR=$NDK_TMPDIR/build-ndk-stack57 log "Auto-config: --build-dir=$BUILD_DIR"59 prepare_canadian_toolchain $BUILD_DIR94 BUILD_DIR="$BUILD_DIR" \113 rm -rf $BUILD_DIR
56 BUILD_DIR=$NDK_TMPDIR70 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/*71 prepare_canadian_toolchain $BUILD_DIR77 export NATIVE_CFLAGS=" -O2 -s -I$BUILD_DIR -I." &&82 BUILD_DIR="$BUILD_DIR" \89 run mkdir -p $(dirname "$OUT") && cp "$BUILD_DIR/$(get_host_exec_name ndk-awk)" "$OUT"101 rm -rf $BUILD_DIR
53 BUILD_DIR=90 BUILD_DIR=$NDK_TMPDIR/build-gabi++92 BUILD_DIR=$OPTION_BUILD_DIR94 mkdir -p "$BUILD_DIR"95 fail_panic "Could not create build directory: $BUILD_DIR"114 MAKEFILE=$BUILD_DIR/Makefile166 build_gabixx_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared"167 build_gabixx_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static"187 rm -rf $BUILD_DIR189 log "Don't forget to cleanup: $BUILD_DIR"
49 BUILD_DIR=83 BUILD_DIR=$NDK_TMPDIR/build-libportable85 BUILD_DIR=$OPTION_BUILD_DIR87 mkdir -p "$BUILD_DIR"88 fail_panic "Could not create build directory: $BUILD_DIR"104 MAKEFILE=$BUILD_DIR/Makefile163 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI"180 rm -rf $BUILD_DIR182 log "Don't forget to cleanup: $BUILD_DIR"
53 BUILD_DIR=90 BUILD_DIR=$NDK_TMPDIR/build-stlport92 BUILD_DIR=$OPTION_BUILD_DIR94 mkdir -p "$BUILD_DIR"95 fail_panic "Could not create build directory: $BUILD_DIR"147 MAKEFILE=$BUILD_DIR/Makefile221 build_stlport_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared"222 build_stlport_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static"242 rm -rf $BUILD_DIR244 log "Don't forget to cleanup: $BUILD_DIR"
56 BUILD_DIR=$NDK_TMPDIR59 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/*60 prepare_canadian_toolchain $BUILD_DIR61 cd $BUILD_DIR &&91 rm -rf $BUILD_DIR
130 BUILD_DIR=131 register_var_option "--build-dir=<path>" BUILD_DIR "Build GCC into directory"180 if [ -z "$BUILD_DIR" ]; then181 BUILD_DIR=/tmp/ndk-$USER/build/host-gcc461 run_on_setup mkdir -p "$BUILD_DIR"463 rm -rf "$BUILD_DIR"/*466 TOP_BUILD_DIR=$BUILD_DIR468 setup_default_log_file $BUILD_DIR/build.log470 WRAPPERS_DIR="$BUILD_DIR/toolchain-wrappers"473 STAMPS_DIR="$BUILD_DIR/timestamps"[all …]
73 BUILD_DIR=$NDK_TMPDIR/build87 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/*88 prepare_canadian_toolchain $BUILD_DIR89 cd $BUILD_DIR &&112 rm -rf $BUILD_DIR $TMP_SRCDIR
54 BUILD_DIR=91 BUILD_DIR=$NDK_TMPDIR/build-gnustl93 BUILD_DIR=$OPTION_BUILD_DIR95 mkdir -p "$BUILD_DIR"96 fail_panic "Could not create build directory: $BUILD_DIR"279 build_gnustl_for_abi $ABI "$BUILD_DIR" static $VERSION280 build_gnustl_for_abi $ABI "$BUILD_DIR" shared $VERSION282 build_gnustl_for_abi $ABI "$BUILD_DIR" static $VERSION thumb283 build_gnustl_for_abi $ABI "$BUILD_DIR" shared $VERSION thumb285 copy_gnustl_libs $ABI "$BUILD_DIR" $VERSION[all …]
65 BUILD_DIR=66 register_var_option "--build-dir=<path>" BUILD_DIR "Build Python into directory"134 if [ -z "$BUILD_DIR" ] ; then135 BUILD_DIR=/tmp/ndk-$USER/buildhost138 bh_setup_build_dir $BUILD_DIR149 TEMP_DIR=$BUILD_DIR/tmp153 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG155 mkdir -p $BUILD_DIR
377 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG382 rm -rf $BUILD_DIR387 mkdir -p $BUILD_DIR490 mkdir -p $BUILD_DIR/$PKGNAME &&491 cd $BUILD_DIR/$PKGNAME &&536 mkdir -p $BUILD_DIR/$PKGNAME &&537 cd $BUILD_DIR/$PKGNAME &&560 mkdir -p $BUILD_DIR/$PKGNAME &&561 cd $BUILD_DIR/$PKGNAME &&590 mkdir -p $BUILD_DIR/$PKGNAME &&[all …]
58 BUILD_DIR=59 register_var_option "--build-dir=<path>" BUILD_DIR "Build GDB into directory"100 if [ -z "$BUILD_DIR" ] ; then101 BUILD_DIR=/tmp/ndk-$USER/buildgdb104 bh_setup_build_dir $BUILD_DIR
27 BUILD_DIR=/tmp/ndk-$USER/build28 register_var_option "--build-dir=<path>" BUILD_DIR "Specify temporary build directory"
5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk macro9 CFLAGS := $(CFLAGS) -O2 -I$(BUILD_DIR) -I.50 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE)56 YTAB_H := $(BUILD_DIR)/ytab.h57 YTAB_C := $(BUILD_DIR)/ytab.c78 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\81 MAKETAB := $(BUILD_DIR)/maketab$(EXE)82 $(MAKETAB): maketab.c $(BUILD_DIR)/ytab.h86 PROCTAB_C := $(BUILD_DIR)/proctab.c
144 BUILD_DIR=$TMPDIR/build145 mkdir -p "$BUILD_DIR"416 rm -rf "$BUILD_DIR"/* &&417 cp -RL "$SUBDIR"/* "$BUILD_DIR/"418 fail_panic "Could not copy test files to $BUILD_DIR !?"426 run cd "$BUILD_DIR" && run_script $SCRIPT433 run cd "$BUILD_DIR" && run $CC $LDFLAGS $CFLAGS -o $NULL $SOURCES440 run cd "$BUILD_DIR" && run $CXX $LDFLAGS $CXXFLAGS -o $NULL $SOURCES
20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack77 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\81 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
520 local DIR="$BUILD_DIR/$NAME"612 local DIR="$BUILD_DIR/$NAME"698 SRCDIR="$BUILD_DIR/`basename $TEST`/libs/$CPU_ABI"834 rm -rf $BUILD_DIR