Home
last modified time | relevance | path

Searched refs:GITCMD (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Ddownload-toolchain-sources.sh42 GITCMD=git
43 register_var_option "--git=<executable>" GITCMD "Use this version of the git tool"
91 $GITCMD --version > /dev/null 2>&1
93 echo "The git tool doesn't seem to work. Please check $GITCMD"
150 (cd $CLONE_DIR && run $GITCMD clone $GITFLAGS $GITPREFIX/$1.git)
171 REVISION=`$GITCMD $GITOPTS rev-list -n 1 --until="$GIT_DATE" $REVISION`
173 …(mkdir -p $TMPDIR/$SUBDIR/$NAME && cd $TMPDIR/$SUBDIR/$NAME && run $GITCMD $GITOPTS checkout $REVI…
180 …(printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION…