diff options
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 005ebe3a1bb..caa477ccd3f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2005-11-01 Joseph S. Myers <joseph@codesourcery.com> + + * gcc_update: Include revision number in LAST_UPDATED. + 2005-10-30 Steven Bosscher <stevenb@suse.de> * gcc_build: Use gcc.gnu.org as the default server. Set up 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 |