OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIT_DATE
(Results
1 - 4
of
4
) sorted by null
/ndk/build/tools/
download-toolchain-sources.sh
39
GIT_DATE
=$TOOLCHAIN_GIT_DATE
40
register_var_option "--git-date=<date>"
GIT_DATE
"Only sources that existed until specified <date>"
170
if [ -n "$
GIT_DATE
" ] ; then
171
REVISION=`$GITCMD $GITOPTS rev-list -n 1 --until="$
GIT_DATE
" $REVISION`
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
66
GIT_DATE
=
227
--git-date=*)
GIT_DATE
=$optarg
1024
if [ -n "$
GIT_DATE
" ] ; then
1025
REVISION=`git rev-list -n 1 --until="$
GIT_DATE
" HEAD`
1026
echo "Using sources for date '$
GIT_DATE
': toolchain/$1 revision $REVISION"
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
116
GIT_DATE
=
259
--git-date=*)
GIT_DATE
=$optarg
1238
if [ -n "$
GIT_DATE
" ] ; then
1239
REVISION=`git rev-list -n 1 --until="$
GIT_DATE
" HEAD`
1240
echo "Using sources for date '$
GIT_DATE
': toolchain/$1 revision $REVISION"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
116
GIT_DATE
=
259
--git-date=*)
GIT_DATE
=$optarg
1238
if [ -n "$
GIT_DATE
" ] ; then
1239
REVISION=`git rev-list -n 1 --until="$
GIT_DATE
" HEAD`
1240
echo "Using sources for date '$
GIT_DATE
': toolchain/$1 revision $REVISION"
[
all
...]
Completed in 288 milliseconds