HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_DIR (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/chrome/common/extensions/docs/build/
build.sh 7 BUILD_DIR=$(dirname "$0")
32 $PYTHON_PATH $BUILD_DIR/build.py $*
35 $BUILD_DIR/build.py $*
  /ndk/build/tools/
build-host-toolbox.sh 42 BUILD_DIR=
69 BUILD_DIR=$NDK_TMPDIR/build-toolbox
70 log "Auto-config: --build-dir=$BUILD_DIR"
71 rm -rf $BUILD_DIR/* && mkdir -p $BUILD_DIR
73 BUILD_DIR=$OPTION_BUILD_DIR
75 mkdir -p "$BUILD_DIR"
76 fail_panic "Could not create build directory: $BUILD_DIR"
79 MAKEFILE=$BUILD_DIR/Makefile
92 prepare_canadian_toolchain $BUILD_DIR
    [all...]
build-host-awk.sh 56 BUILD_DIR=$NDK_TMPDIR
70 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/*
71 prepare_canadian_toolchain $BUILD_DIR
77 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
build-ndk-stack.sh 32 BUILD_DIR=
33 register_var_option "--build-dir=<path>" BUILD_DIR "Specify build directory"
58 if [ -z "$BUILD_DIR" ]; then
59 BUILD_DIR=$NDK_TMPDIR/build-$PROGNAME
60 log "Auto-config: --build-dir=$BUILD_DIR"
62 prepare_canadian_toolchain $BUILD_DIR
92 BUILD_DIR="$BUILD_DIR" \
111 rm -rf $BUILD_DIR
build-libportable.sh 49 BUILD_DIR=
90 BUILD_DIR=$NDK_TMPDIR/build-libportable
92 BUILD_DIR=$OPTION_BUILD_DIR
94 mkdir -p "$BUILD_DIR"
95 fail_panic "Could not create build directory: $BUILD_DIR"
112 MAKEFILE=$BUILD_DIR/Makefile
175 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" "$OUT_DIR"
192 rm -rf $BUILD_DIR
194 log "Don't forget to cleanup: $BUILD_DIR"
build-host-sed.sh 57 BUILD_DIR=$NDK_TMPDIR
60 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/*
61 prepare_canadian_toolchain $BUILD_DIR
62 cd $BUILD_DIR &&
92 rm -rf $BUILD_DIR
build-host-make.sh 74 BUILD_DIR=$NDK_TMPDIR/build
88 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/*
89 prepare_canadian_toolchain $BUILD_DIR
90 cd $BUILD_DIR &&
113 rm -rf $BUILD_DIR $TMP_SRCDIR
build-compiler-rt.sh 46 BUILD_DIR=
83 BUILD_DIR=$NDK_TMPDIR/build-compiler-rt
85 BUILD_DIR=$OPTION_BUILD_DIR
87 mkdir -p "$BUILD_DIR"
88 fail_panic "Could not create build directory: $BUILD_DIR"
153 MAKEFILE=$BUILD_DIR/Makefile
232 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
233 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
253 rm -rf $BUILD_DIR
255 log "Don't forget to cleanup: $BUILD_DIR"
    [all...]
build-gnu-libstdc++.sh 54 BUILD_DIR=
91 BUILD_DIR=$NDK_TMPDIR/build-gnustl
93 BUILD_DIR=$OPTION_BUILD_DIR
95 mkdir -p "$BUILD_DIR"
96 fail_panic "Could not create build directory: $BUILD_DIR"
279 build_gnustl_for_abi $ABI "$BUILD_DIR" static $VERSION
280 build_gnustl_for_abi $ABI "$BUILD_DIR" shared $VERSION
282 build_gnustl_for_abi $ABI "$BUILD_DIR" static $VERSION thumb
283 build_gnustl_for_abi $ABI "$BUILD_DIR" shared $VERSION thumb
285 copy_gnustl_libs $ABI "$BUILD_DIR" $VERSIO
    [all...]
build-cxx-stl.sh 64 BUILD_DIR=
127 BUILD_DIR=$NDK_TMPDIR/build-$CXX_STL
129 BUILD_DIR=$OPTION_BUILD_DIR
131 mkdir -p "$BUILD_DIR"
132 fail_panic "Could not create build directory: $BUILD_DIR"
330 MAKEFILE=$BUILD_DIR/Makefile
463 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
464 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
484 rm -rf $BUILD_DIR
486 log "Don't forget to cleanup: $BUILD_DIR"
    [all...]
build-host-gcc.sh 130 BUILD_DIR=
131 register_var_option "--build-dir=<path>" BUILD_DIR "Build GCC into directory"
180 if [ -z "$BUILD_DIR" ]; then
181 BUILD_DIR=/tmp/ndk-$USER/build/host-gcc
461 run_on_setup mkdir -p "$BUILD_DIR"
463 rm -rf "$BUILD_DIR"/*
466 TOP_BUILD_DIR=$BUILD_DIR
468 setup_default_log_file $BUILD_DIR/build.log
470 WRAPPERS_DIR="$BUILD_DIR/toolchain-wrappers"
473 STAMPS_DIR="$BUILD_DIR/timestamps
    [all...]
build-host-python.sh 69 BUILD_DIR=
70 register_var_option "--build-dir=<path>" BUILD_DIR "Build Python into directory"
183 if [ -z "$BUILD_DIR" ] ; then
184 BUILD_DIR=/tmp/ndk-$USER/buildhost
187 bh_setup_build_dir $BUILD_DIR
198 TEMP_DIR=$BUILD_DIR/tmp
202 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG
204 mkdir -p $BUILD_DIR
rebuild-all-prebuilt.sh 27 BUILD_DIR=/tmp/ndk-$USER/build
28 register_var_option "--build-dir=<path>" BUILD_DIR "Specify temporary build directory"
build-mingw64-toolchain.sh 377 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG
382 rm -rf $BUILD_DIR
387 mkdir -p $BUILD_DIR
489 mkdir -p $BUILD_DIR/$PKGNAME &&
490 cd $BUILD_DIR/$PKGNAME &&
535 mkdir -p $BUILD_DIR/$PKGNAME &&
536 cd $BUILD_DIR/$PKGNAME &&
559 mkdir -p $BUILD_DIR/$PKGNAME &&
560 cd $BUILD_DIR/$PKGNAME &&
589 mkdir -p $BUILD_DIR/$PKGNAME &
    [all...]
  /external/chromium/build/
branding_value.sh 26 BUILD_DIR=$(pwd)
29 TOP="${BUILD_DIR}/.."
  /external/chromium_org/build/
branding_value.sh 26 BUILD_DIR=$(pwd)
29 TOP="${BUILD_DIR}/.."
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk
9 CFLAGS := $(CFLAGS) -O2 -I$(BUILD_DIR) -I.
50 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE)
56 YTAB_H := $(BUILD_DIR)/ytab.h
57 YTAB_C := $(BUILD_DIR)/ytab.c
78 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\
81 MAKETAB := $(BUILD_DIR)/maketab$(EXE)
82 $(MAKETAB): maketab.c $(BUILD_DIR)/ytab.h
86 PROCTAB_C := $(BUILD_DIR)/proctab.c
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 13 BUILD_DIR = 'build'
42 if not os.path.exists(BUILD_DIR):
43 os.makedirs(BUILD_DIR)
45 outpath = os.path.join(BUILD_DIR, outfile)
52 % (os.path.join('..', infile), outfile), BUILD_DIR)
67 if os.path.exists(BUILD_DIR):
68 shutil.rmtree(BUILD_DIR)
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 86 BUILD_DIR=/tmp/ndk-$USER/llvm-libc++/build
87 mkdir -p "$BUILD_DIR" && rm -rf "$BUILD_DIR"/*
93 rm -rf "$BUILD_DIR"
111 run cd $BUILD_DIR &&
187 run git format-patch -k -o "$BUILD_DIR"/patches.android revision-$NEW_REVISION
188 run git format-patch -k -o "$BUILD_DIR"/patches.libcxx android-0
192 for PATCH in "$BUILD_DIR"/patches.libcxx/*.patch; do
206 run cp "$BUILD_DIR"/patches.android/* patches.android/
  /external/chromium_org/third_party/JSON/
get_and_build_json_pm.sh 11 BUILD_DIR="$PACKAGE-$VERSION"
46 cd "$BUILD_DIR"
64 cd "$BUILD_DIR"
  /ndk/sources/host-tools/ndk-depends/
GNUmakefile 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-depends
60 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh 10 echo "Usage: $0 [path_to_mono] [build_dir] [install_dir]"
18 readonly BUILD_DIR=$(readlink -f $2)
23 if [ -f ${BUILD_DIR}/Makefile -a ${CLEAN} != 0 ]; then
24 cd ${BUILD_DIR}
118 rm -rf ${BUILD_DIR}
119 mkdir -p ${BUILD_DIR}
121 cd ${BUILD_DIR}
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack
77 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
81 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
  /ndk/tests/standalone/
run.sh 144 BUILD_DIR=$TMPDIR/build
145 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 $SCRIPT
433 run cd "$BUILD_DIR" && run $CC $LDFLAGS $CFLAGS -o $NULL $SOURCES
440 run cd "$BUILD_DIR" && run $CXX $LDFLAGS $CXXFLAGS -o $NULL $SOURCES
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 22 readonly SimExecutable="${BUILD_DIR}/ninja-iossim/${CONFIGURATION}/iossim"

Completed in 425 milliseconds

1 2