diff --git a/.cvsignore b/.cvsignore index bde48527b008124ee797f3d5cadd25ed39a50732..e2952dc9ac356489266c11ad58c6a06a68e968ab 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 bccddbc2caeea5390a1be5ebcc6b034ce76f77ff..7d9a2f11025bfca8a88a7e093db552fd38247f3e 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 2d0868c3af95adc81e45ccd73b193be988c200a4..f9d48b116eca41bac893bdf6b7c896eb09bbba0d 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 575418d6182130345d852e9bd894b3ceb0f31fdb..5eda6fe117f2a0b12a96cb1cc465f4b8d4b1baec 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