From: Richard Henderson Date: Fri, 27 Jul 2001 21:10:29 +0000 (-0700) Subject: * test_summary: Copy LAST_UPDATED UTC time to head of summary. X-Git-Tag: prereleases/libstdc++-3.0.95~3007 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da397f8ed09544229b06599cb2878421a2844670;p=thirdparty%2Fgcc.git * test_summary: Copy LAST_UPDATED UTC time to head of summary. From-SVN: r44433 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 4284410b0c73..d1777d585a0c 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2001-07-27 Richard Henderson + + * test_summary: Copy LAST_UPDATED UTC time to head of summary. + Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka * analyze_brprob: Avoid overflows. diff --git a/contrib/test_summary b/contrib/test_summary index 3632164fe7fe..a1bf474d7ebb 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -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)