Searched refs:stageN (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dwarn_summary68 # This function displays all lines from stageN of the bootstrap. If
73 if test "$stageN" -lt 1 ; then
77 if test "$stageN" -eq 1 ; then
78 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
80 stageNminus1=`expr $stageN - 1`
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
136 stageN=3
159 stageN="$2"; shift 2 ;;
160 -s*) stageN="`expr $1 : '-s\(.*\)'`" ; shift ;;
169 # Check for a valid value of $stageN
[all...]

Completed in 125 milliseconds