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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 123 GIT_BASE=
287 --git-base=*) GIT_BASE=$optarg
370 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
401 if [ -n "$GIT_BASE" ]; then
405 GIT_BASE=$GIT_REFERENCE
407 echo "Using git clone base: $GIT_BASE"
409 elif [ -z "$GIT_BASE" ]; then
410 GIT_BASE=$GIT_BASE_DEFAULT
411 echo "Auto-config: --git-base=$GIT_BASE"
1241 if [ -d "$GIT_BASE/$1" ]; the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 123 GIT_BASE=
289 --git-base=*) GIT_BASE=$optarg
372 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
403 if [ -n "$GIT_BASE" ]; then
407 GIT_BASE=$GIT_REFERENCE
409 echo "Using git clone base: $GIT_BASE"
411 elif [ -z "$GIT_BASE" ]; then
412 GIT_BASE=$GIT_BASE_DEFAULT
413 echo "Auto-config: --git-base=$GIT_BASE"
1243 if [ -d "$GIT_BASE/$1" ]; the
    [all...]

Completed in 2421 milliseconds