From: Richard Henderson Date: Fri, 27 Jul 2001 06:00:45 +0000 (-0700) Subject: gcc_update: Dump timestamp in LAST_UPDATED. X-Git-Tag: prereleases/libstdc++-3.0.95~3016 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a08c780d3ea999803b0354c3b60e43e4a5a635e;p=thirdparty%2Fgcc.git gcc_update: Dump timestamp in LAST_UPDATED. * contrib/gcc_update: Dump timestamp in LAST_UPDATED. * .cvsignore: Add LAST_UPDATED. From-SVN: r44413 --- diff --git a/.cvsignore b/.cvsignore index bde48527b008..e2952dc9ac35 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 bccddbc2caee..7d9a2f11025b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-27 Richard Henderson + + * .cvsignore: Add LAST_UPDATED. + 2001-07-23 Ulrich Weigand * MAINTAINERS (Various maintainers: s390 port): Added myself. diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 2d0868c3af95..f9d48b116eca 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2001-07-27 Richard Henderson + + * gcc_update: Dump timestamp in LAST_UPDATED. + 2001-07-26 Andreas Jaeger , Hans-Peter Nilsson diff --git a/contrib/gcc_update b/contrib/gcc_update index 575418d61821..5eda6fe117f2 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