aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--ChangeLog4
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update4
4 files changed, 13 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index bde4852..e2952dc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -29,4 +29,4 @@ dir.info
Makefile
lost+found
update.out
-
+LAST_UPDATED
diff --git a/ChangeLog b/ChangeLog
index bccddbc..7d9a2f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-27 Richard Henderson <rth@redhat.com>
+
+ * .cvsignore: Add LAST_UPDATED.
+
2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
* MAINTAINERS (Various maintainers: s390 port): Added myself.
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