From c2b31703ba711ffe5d95ad96319a72deccdc93d3 Mon Sep 17 00:00:00 2001
From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
Date: Mon, 15 Jan 2001 17:53:57 +0000
Subject: [PATCH] warn_summary (stageNfilter): Update for recent changes in
 bootstrap logic.

	* warn_summary (stageNfilter): Update for recent changes in
	bootstrap logic.

From-SVN: r39045
---
 contrib/ChangeLog    | 5 +++++
 contrib/warn_summary | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index ead56825c653..3f7aa2e6fd3a 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* warn_summary (stageNfilter): Update for recent changes in
+	bootstrap logic.
+
 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* texi2pod.pl: Require at least perl 5.6.0.
diff --git a/contrib/warn_summary b/contrib/warn_summary
index 510c99ed8d8d..4f2eefd31ee4 100755
--- a/contrib/warn_summary
+++ b/contrib/warn_summary
@@ -78,7 +78,7 @@ stageNfilter()
       $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
     else
       stageNminus1=`expr $stageN - 1`
-      $AWK "/stage$stageNminus1/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
+      $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
     fi
   fi
 }
-- 
GitLab