aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-11-01 13:04:25 +0000
committerJoseph Myers <joseph@codesourcery.com>2005-11-01 13:04:25 +0000
commit4092582e9202c89677be5a43921a357c026f3ca0 (patch)
tree259ffca25ea7de3f7ccd73d308f9c46cbe388f7b
parent88a8df643d304a6e15fadb3bfa83c6d48f0e1a1d (diff)
* gcc_update: Include revision number in LAST_UPDATED.csl-arm-2005-q3-1
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-arm-branch@106330 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update2
2 files changed, 5 insertions, 1 deletions
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 <joseph@codesourcery.com>
+
+ * gcc_update: Include revision number in LAST_UPDATED.
+
2005-10-28 Daniel Berlin <dberlin@dberlin.org>
Ben Elliston <bje@au1.ibm.com>
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