Lines Matching refs:stage

169 # turned on.  These flags are also used to pass other stage dependent
1041 # Files to be copied after each stage in building.
1049 # Files to be moved away after each stage in building.
3336 # but not rerun fixproto after each stage
3630 -rm -f stage?_*
4322 -set -vx; stage=`echo $@ | sed -e 's/un//'`; \
4323 rm -f $$stage/as$(exeext); \
4324 rm -f $$stage/nm$(exeext); \
4325 rm -f $$stage/collect-ld$(exeext); \
4326 if test -d $$stage; then \
4327 mv $$stage/specs $(SPECS) 2>/dev/null || :; \
4328 mv $$stage/* . 2>/dev/null; \
4329 for i in `cd $$stage; echo *` ; do \
4330 if test -d $$stage/$$i; then \
4331 mv $$stage/$$i/* $$i/. 2>/dev/null; \
4333 mv $$stage/$$i .; \
4337 rm -f $${stage}_build $${stage}_copy ;\
4338 echo $${stage}_build > stage_last
4359 # bugs that cause the compiler to crash while building stage 2.
4398 -rm -rf stage[234]*
4409 # those in a stage directory. We need to skip the first N bytes of
4422 case "$@" in *compare | *compare-lean ) stage=2 ;; * ) stage=`echo $@ | sed -e 's,^[a-z]*compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
4434 tail $$skip16 stage$$stage/$$file > tmp-foo2; \
4439 cmp $$file stage$$stage/$$file 16 16 > /dev/null 2>&1; \
4443 cmp --ignore-initial=16 $$file stage$$stage/$$file > /dev/null 2>&1; \
4459 case "$@" in *compare | *compare-lean ) stage=2 ;; * ) stage=`echo $@ | sed -e 's,^[a-z]*compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
4466 *-lean ) rm -rf stage$$stage ;; \
4479 # Copy the object files from a particular stage into a subdirectory.
4482 $(MAKE) -f libgcc.mk libgcc-stage-start stage=stage1
4495 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
4521 $(MAKE) -f libgcc.mk libgcc-stage-start stage=stage2
4534 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
4556 $(MAKE) -f libgcc.mk libgcc-stage-start stage=stage3
4569 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
4591 $(MAKE) -f libgcc.mk libgcc-stage-start stage=stage4
4604 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
4626 $(MAKE) -f libgcc.mk libgcc-stage-start stage=stageprofile
4637 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
4659 $(MAKE) -f libgcc.mk libgcc-stage-start stage=stagefeedback
4671 # Copy as/ld if they exist to stage dir, so that running xgcc from the stage
4695 # Copy just the executable files from a particular stage into a subdirectory,
4710 #In GNU Make, ignore whether `stage*' exists.