diff options
| -rw-r--r-- | .cvsignore | 2 | ||||
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | contrib/ChangeLog | 4 | ||||
| -rwxr-xr-x | contrib/gcc_update | 4 |
4 files changed, 13 insertions, 1 deletions
@@ -29,4 +29,4 @@ dir.info Makefile lost+found update.out - +LAST_UPDATED @@ -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 |
