mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 12:31:16 +08:00
* test_summary: Copy LAST_UPDATED UTC time to head of summary.
From-SVN: r44433
This commit is contained in:
parent
92e3cac874
commit
da397f8ed0
contrib
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user