Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.4.3

Lines Matching refs:GIT_DATE

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"