OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GITFLAGS
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
download-toolchain-sources.sh
140
local
GITFLAGS
141
GITFLAGS
="--no-checkout"
143
GITFLAGS
=$
GITFLAGS
" --shared --reference $GITREFERENCE/$1"
150
(cd $CLONE_DIR && run $GITCMD clone $
GITFLAGS
$GITPREFIX/$1.git)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh
1229
local
GITFLAGS
1230
GITFLAGS
=
1232
GITFLAGS
="$
GITFLAGS
--shared --reference $GIT_REFERENCE/$1"
1240
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1 $1
1243
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1.git $1
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
1229
local
GITFLAGS
1230
GITFLAGS
=
1232
GITFLAGS
="$
GITFLAGS
--shared --reference $GIT_REFERENCE/$1"
1240
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1 $1
1243
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1.git $1
[
all
...]
Completed in 2313 milliseconds