]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc_update: Dump timestamp in LAST_UPDATED.
authorRichard Henderson <rth@redhat.com>
Fri, 27 Jul 2001 06:00:45 +0000 (23:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 27 Jul 2001 06:00:45 +0000 (23:00 -0700)
        * contrib/gcc_update: Dump timestamp in LAST_UPDATED.
        * .cvsignore: Add LAST_UPDATED.

From-SVN: r44413

.cvsignore
ChangeLog
contrib/ChangeLog
contrib/gcc_update

index bde48527b008124ee797f3d5cadd25ed39a50732..e2952dc9ac356489266c11ad58c6a06a68e968ab 100644 (file)
@@ -29,4 +29,4 @@ dir.info
 Makefile
 lost+found
 update.out
-
+LAST_UPDATED
index bccddbc2caeea5390a1be5ebcc6b034ce76f77ff..7d9a2f11025bfca8a88a7e093db552fd38247f3e 100644 (file)
--- 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.
index 2d0868c3af95adc81e45ccd73b193be988c200a4..f9d48b116eca41bac893bdf6b7c896eb09bbba0d 100644 (file)
@@ -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>
 
index 575418d6182130345d852e9bd894b3ceb0f31fdb..5eda6fe117f2a0b12a96cb1cc465f4b8d4b1baec 100755 (executable)
@@ -214,4 +214,8 @@ if [ $? -ne 0 ]; then
     exit 1
 fi
 
+{
+  date
+  TZ=UTC date
+} > LAST_UPDATED
 touch_files_reexec