Commit c2b31703 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

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

From-SVN: r39045
parent da4ac6f8
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> 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
* texi2pod.pl: Require at least perl 5.6.0. * texi2pod.pl: Require at least perl 5.6.0.
......
...@@ -78,7 +78,7 @@ stageNfilter() ...@@ -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}" $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
else else
stageNminus1=`expr $stageN - 1` 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
fi fi
} }
......
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