OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_OUT
(Results
1 - 4
of
4
) sorted by null
/ndk/build/tools/
build-ccache.sh
41
BUILD_OUT
=`random_temp_directory`
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 buil
[
all
...]
build-gdbserver.sh
36
BUILD_OUT
=`random_temp_directory`
108
fix_option
BUILD_OUT
"$OPTION_BUILD_OUT" "build out directory"
114
run mkdir -p $
BUILD_OUT
126
cd $
BUILD_OUT
&&
143
cd $
BUILD_OUT
&&
158
run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $
BUILD_OUT
/gdbserver $TOOLCHAIN_PATH/bin/gdbserver
166
rm -rf $
BUILD_OUT
build-gcc.sh
35
BUILD_OUT
=`random_temp_directory`
136
fix_option
BUILD_OUT
"$OPTION_BUILD_OUT" "build directory"
172
mkdir -p $
BUILD_OUT
&&
173
cd $
BUILD_OUT
&&
197
cd $
BUILD_OUT
&&
212
cd $
BUILD_OUT
&& run make install
231
rm -rf $
BUILD_OUT
/build/core/
envsetup.mk
181
BUILD_OUT
:= $(OUT_DIR)/host/$(BUILD_OS)-$(BUILD_ARCH)
200
BUILD_OUT_EXECUTABLES:= $(
BUILD_OUT
)/bin
Completed in 70 milliseconds