mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 03:19:09 +08:00
* test_summary (configflags): awk portability.
From-SVN: r61168
This commit is contained in:
parent
b2f29cd967
commit
6787cc15f2
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-10 Loren J. Rittle <ljrittle@acm.org>
|
||||||
|
|
||||||
|
* test_summary (configflags): awk portability.
|
||||||
|
|
||||||
2003-01-07 Alexandre Oliva <aoliva@redhat.com>
|
2003-01-07 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* test_summary (configflags): Compute correctly with both
|
* test_summary (configflags): Compute correctly with both
|
||||||
|
@ -94,7 +94,7 @@ BEGIN {
|
|||||||
print "cat <<'"'"'EOF'"'"' |";
|
print "cat <<'"'"'EOF'"'"' |";
|
||||||
'${prepend_logs+" system(\"cat $prepend_logs\"); "}'
|
'${prepend_logs+" system(\"cat $prepend_logs\"); "}'
|
||||||
}
|
}
|
||||||
$0 ~ /^(|# )[^ ]*\/configure / {
|
$0 ~ /^[^ ]*\/configure / || $0 ~ /^# [^ ]*\/configure / {
|
||||||
configflags = $0 " ";
|
configflags = $0 " ";
|
||||||
gsub(/^# /, "", configflags);
|
gsub(/^# /, "", configflags);
|
||||||
srcdir = configflags;
|
srcdir = configflags;
|
||||||
|
Loading…
Reference in New Issue
Block a user