Searched refs:stage3 (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/ |
D | Makefile.in | 960 [ -f stage_final ] || echo stage3 > stage_final 3076 .PHONY: configure-stage3-bfd maybe-configure-stage3-bfd 3077 maybe-configure-stage3-bfd: 3079 maybe-configure-stage3-bfd: configure-stage3-bfd 3080 configure-stage3-bfd: 3081 @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start 3314 .PHONY: all-stage3-bfd maybe-all-stage3-bfd 3315 .PHONY: clean-stage3-bfd maybe-clean-stage3-bfd 3316 maybe-all-stage3-bfd: 3317 maybe-clean-stage3-bfd: [all …]
|
D | ChangeLog | 5404 configure-stage2-gcc, configure-stage3-gcc, 5405 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc, 5411 new-stage2-end, new-stage2-bubble, distclean-stage3, 5412 new-stage3-start, new-stage3-end): New autogenerated targets. 5420 new-stage2-end, new-stage2-bubble, distclean-stage3, 5421 new-stage3-start, new-stage3-end): New targets. 5428 configure-stage3-gcc, all-stage1-gcc, 5429 all-stage2-gcc, all-stage3-gcc, new-bootstrap): 5510 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc): 5524 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc): [all …]
|
D | Makefile.tpl | 703 [ -f stage_final ] || echo stage3 > stage_final
|
/toolchain/binutils/binutils-2.25/gas/ |
D | Makefile.am | 623 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison 658 stage3: target 659 -mkdir stage3 660 -mv $(STAGESTUFF) stage3 661 …if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(E… 684 .PHONY: de-stage1 de-stage2 de-stage3 694 de-stage3: 695 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) 696 - rmdir stage3
|
D | Makefile.in | 2623 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison 2658 stage3: 2659 -mkdir stage3 2660 -mv $(STAGESTUFF) stage3 2661 …if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(E… 2682 .PHONY: de-stage1 de-stage2 de-stage3 2692 de-stage3: 2693 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) 2694 - rmdir stage3
|
D | ChangeLog-9295 | 6417 * Makefile.in (de-stage1, de-stage2, de-stage3): Use rm -f.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-9197 | 1780 (stage1, stage2, stage3, against, comparison): Remove. 1781 (de-stage1, de-stage2, de-stage3): Remove.
|