OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOURCES_LIST
(Results
1 - 4
of
4
) sorted by null
/ndk/build/tools/
download-toolchain-sources.sh
180
(printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION) >> $
SOURCES_LIST
188
SOURCES_LIST
=$(pwd)/SOURCES
189
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
284
cp $
SOURCES_LIST
$SRC_DIR/SOURCES
285
fail_panic "Could not copy $
SOURCES_LIST
to $SRC_DIR"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
92
SOURCES_LIST
=$WORK_DIR/SOURCES
371
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
1041
SOURCES_LIST
=$TOOLCHAIN_SRC_DIR/SOURCES
1042
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
1044
toolchain_clone $SUB $
SOURCES_LIST
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
419
SOURCES_LIST
=$WORK_DIR/SOURCES
431
rm -f "$
SOURCES_LIST
" && touch "$
SOURCES_LIST
"
1255
SOURCES_LIST
=$TOOLCHAIN_SRC_DIR/SOURCES
1256
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
1258
toolchain_clone $SUB $
SOURCES_LIST
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
419
SOURCES_LIST
=$WORK_DIR/SOURCES
431
rm -f "$
SOURCES_LIST
" && touch "$
SOURCES_LIST
"
1255
SOURCES_LIST
=$TOOLCHAIN_SRC_DIR/SOURCES
1256
rm -f $
SOURCES_LIST
&& touch $
SOURCES_LIST
1258
toolchain_clone $SUB $
SOURCES_LIST
[
all
...]
Completed in 38 milliseconds