This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

(patch) Fix contrib/test_summary


Index: test_summary
===================================================================
RCS file: /cvs/gcc/gcc/contrib/test_summary,v
retrieving revision 1.23
diff -u -r1.23 test_summary
--- test_summary	10 Jan 2003 21:12:39 -0000	1.23
+++ test_summary	12 Jan 2003 16:32:41 -0000
@@ -94,7 +94,7 @@
   print "cat <<'"'"'EOF'"'"' |";
 '${prepend_logs+"  system(\"cat $prepend_logs\"); "}'
 }
-$0 ~ /^[^ ]*\/configure / || $0 ~ /^# [^ ]*\/configure / {
+$0 ~ /^# [^ ]*\/configure / {
     configflags = $0 " ";
     gsub(/^# /, "", configflags);
     srcdir = configflags;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]