OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GITPREFIX
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
download-toolchain-sources.sh
122
GITPREFIX
="$OPTION_GIT_BASE"
123
dump "Using git clone prefix: $
GITPREFIX
"
136
# $1: repository name, relative to $
GITPREFIX
(e.g. 'gcc')
146
if [ -d "$
GITPREFIX
/$1" ]; then
147
run ln -s "$
GITPREFIX
/$1" $CLONE_DIR/$1.git
149
log "cloning $
GITPREFIX
/$1.git"
150
(cd $CLONE_DIR && run $GITCMD clone $GITFLAGS $
GITPREFIX
/$1.git)
152
fail_panic "Could not clone $
GITPREFIX
/$1.git ?"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh
1242
log "cloning $
GITPREFIX
/$1.git"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
1242
log "cloning $
GITPREFIX
/$1.git"
[
all
...]
Completed in 98 milliseconds