HomeSort by relevance Sort by last modified time
    Searched refs:GIT_BASE (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 119 GIT_BASE=
263 --git-base=*) GIT_BASE=$optarg
344 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
375 if [ -n "$GIT_BASE" ]; then
379 GIT_BASE=$GIT_REFERENCE
381 echo "Using git clone base: $GIT_BASE"
383 elif [ -z "$GIT_BASE" ]; then
384 GIT_BASE=$GIT_BASE_DEFAULT
385 echo "Auto-config: --git-base=$GIT_BASE"
1223 if [ -d "$GIT_BASE/$1" ]; the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 119 GIT_BASE=
263 --git-base=*) GIT_BASE=$optarg
344 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
375 if [ -n "$GIT_BASE" ]; then
379 GIT_BASE=$GIT_REFERENCE
381 echo "Using git clone base: $GIT_BASE"
383 elif [ -z "$GIT_BASE" ]; then
384 GIT_BASE=$GIT_BASE_DEFAULT
385 echo "Auto-config: --git-base=$GIT_BASE"
1223 if [ -d "$GIT_BASE/$1" ]; the
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 69 GIT_BASE=
231 --git-base=*) GIT_BASE=$optarg
310 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
323 if [ -n "$GIT_BASE" ]; then
327 GIT_BASE=$GIT_REFERENCE
329 echo "Using git clone base: $GIT_BASE"
331 elif [ -z "$GIT_BASE" ]; then
1009 if [ -d "$GIT_BASE/$1" ]; then
1010 log "cloning $GIT_BASE/$1"
1011 run $GIT_CMD clone $GITFLAGS $GIT_BASE/$1 $
    [all...]

Completed in 1345 milliseconds