From 2a08c780d3ea999803b0354c3b60e43e4a5a635e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 26 Jul 2001 23:00:45 -0700 Subject: gcc_update: Dump timestamp in LAST_UPDATED. * contrib/gcc_update: Dump timestamp in LAST_UPDATED. * .cvsignore: Add LAST_UPDATED. From-SVN: r44413 --- contrib/ChangeLog | 4 ++++ contrib/gcc_update | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'contrib') 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 + + * 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 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 -- cgit v1.1