OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GITFLAGS
(Results
1 - 4
of
4
) 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/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
1000
local
GITFLAGS
1001
GITFLAGS
=
1003
GITFLAGS
="$
GITFLAGS
--shared --reference $GIT_REFERENCE/$1"
1011
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1 $1
1014
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1.git $1
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
1214
local
GITFLAGS
1215
GITFLAGS
=
1217
GITFLAGS
="$
GITFLAGS
--shared --reference $GIT_REFERENCE/$1"
1225
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1 $1
1228
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1.git $1
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
1214
local
GITFLAGS
1215
GITFLAGS
=
1217
GITFLAGS
="$
GITFLAGS
--shared --reference $GIT_REFERENCE/$1"
1225
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1 $1
1228
run $GIT_CMD clone $
GITFLAGS
$GIT_BASE/$1.git $1
[
all
...]
Completed in 755 milliseconds