From a68a3869f9b9e9c67e9d92665b4df442b924819c Mon Sep 17 00:00:00 2001 From: jsm28 Date: Tue, 1 Nov 2005 13:04:25 +0000 Subject: * gcc_update: Include revision number in LAST_UPDATED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/csl-arm-branch@106330 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/ChangeLog | 4 ++++ contrib/gcc_update | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 10a75f64f85..a4e5ebc4e60 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2005-11-01 Joseph S. Myers + + * gcc_update: Include revision number in LAST_UPDATED. + 2005-10-28 Daniel Berlin Ben Elliston diff --git a/contrib/gcc_update b/contrib/gcc_update index 5c1e3cc3e29..44faafa03b8 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -241,6 +241,6 @@ fi { date - TZ=UTC date + echo "`TZ=UTC date` (revision `svnversion .`)" } > LAST_UPDATED touch_files_reexec -- cgit v1.2.3