Commit da397f8e by Richard Henderson Committed by Richard Henderson

* test_summary: Copy LAST_UPDATED UTC time to head of summary.

From-SVN: r44433
parent 92e3cac8
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> Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Avoid overflows. * analyze_brprob: Avoid overflows.
......
...@@ -95,6 +95,12 @@ BEGIN { ...@@ -95,6 +95,12 @@ BEGIN {
'${prepend_logs+" system(\"cat $prepend_logs\"); "}' '${prepend_logs+" system(\"cat $prepend_logs\"); "}'
} }
$1 ~ /\/configure$/ { $1 ~ /\/configure$/ {
srcdir = $1;
gsub(/\/configure$/, "", srcdir);
printf "LAST_UPDATED: ";
system("tail -1 " srcdir "/LAST_UPDATED");
print "";
$1 = "configure flags:"; configflags = $0; $1 = "configure flags:"; configflags = $0;
gsub(/--with-gcc-version-trigger=[^ ]* /, "", configflags); gsub(/--with-gcc-version-trigger=[^ ]* /, "", configflags);
gsub(/ --norecursion/, "", configflags) gsub(/ --norecursion/, "", configflags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment