aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-07-26 23:00:45 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-26 23:00:45 -0700
commit2a08c780d3ea999803b0354c3b60e43e4a5a635e (patch)
tree0dd6f1e105d17ae9d236688a16b4f4e0cce9deac /contrib
parenta727094f584fab3443d64aa8f27b8a7db0d75032 (diff)
downloadgcc-2a08c780d3ea999803b0354c3b60e43e4a5a635e.zip
gcc-2a08c780d3ea999803b0354c3b60e43e4a5a635e.tar.gz
gcc-2a08c780d3ea999803b0354c3b60e43e4a5a635e.tar.bz2
gcc_update: Dump timestamp in LAST_UPDATED.
* contrib/gcc_update: Dump timestamp in LAST_UPDATED. * .cvsignore: Add LAST_UPDATED. From-SVN: r44413
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update4
2 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 2d0868c..f9d48b1 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-27 Richard Henderson <rth@redhat.com>
+
+ * gcc_update: Dump timestamp in LAST_UPDATED.
+
2001-07-26 Andreas Jaeger <aj@suse.de>,
Hans-Peter Nilsson <hp@bitrange.com>
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 575418d..5eda6fe 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -214,4 +214,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
+{
+ date
+ TZ=UTC date
+} > LAST_UPDATED
touch_files_reexec