* test_summary: Copy LAST_UPDATED UTC time to head of summary.
authorRichard Henderson <rth@redhat.com>
Fri, 27 Jul 2001 21:10:29 +0000 (14:10 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 27 Jul 2001 21:10:29 +0000 (14:10 -0700)
From-SVN: r44433

contrib/ChangeLog
contrib/test_summary

index 4284410..d1777d5 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-27  Richard Henderson  <rth@redhat.com>
+
+       * test_summary: Copy LAST_UPDATED UTC time to head of summary.
+
 Fri Jul 27 18:01:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * analyze_brprob: Avoid overflows.
index 3632164..a1bf474 100755 (executable)
@@ -95,6 +95,12 @@ BEGIN {
 '${prepend_logs+"  system(\"cat $prepend_logs\"); "}'
 }
 $1 ~ /\/configure$/ {
+    srcdir = $1;
+    gsub(/\/configure$/, "", srcdir);
+    printf "LAST_UPDATED: ";
+    system("tail -1 " srcdir "/LAST_UPDATED");
+    print "";
+
     $1 = "configure flags:"; configflags = $0;
     gsub(/--with-gcc-version-trigger=[^ ]* /, "", configflags);
     gsub(/ --norecursion/, "", configflags)