diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-01 12:59:50 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-01 12:59:50 +0000 |
commit | babbbe81770c50803221330749bb3cf11f0d1783 (patch) | |
tree | db80c550ff87745248cf888ce5025538ee871072 /contrib/gcc_update | |
parent | 425c35f2e47e620b9d3940f05818d9e19e66b88e (diff) | |
download | gcc-babbbe81770c50803221330749bb3cf11f0d1783.tar.gz |
* gcc_update: Include revision number in LAST_UPDATED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106327 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-x | contrib/gcc_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update index 7fa8901f4c0..5dfc419c28f 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -252,6 +252,6 @@ fi { date - TZ=UTC date + echo "`TZ=UTC date` (revision `svnversion .`)" } > LAST_UPDATED touch_files_reexec |