Makefile.tpl (restrap): Call `make all' using double-colon rules.
2008-04-18 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (restrap): Call `make all' using double-colon rules. * Makefile.in: Regenerate. From-SVN: r134431
This commit is contained in:
parent
0cb5c2a7ce
commit
c6b196de6c
@ -1,3 +1,8 @@
|
||||
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* Makefile.tpl (restrap): Call `make all' using double-colon rules.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||
|
||||
* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
|
||||
|
@ -52690,10 +52690,10 @@ stage_current:
|
||||
@if test -f stage_last; then $(unstage); else $(MAKE) stage1-start; fi
|
||||
|
||||
.PHONY: restrap
|
||||
restrap:
|
||||
restrap::
|
||||
@: $(MAKE); $(stage)
|
||||
rm -rf stage1-$(TARGET_SUBDIR) stage2-* stageb2g0-* stage3-* stageb3g2-* stage4-* stageprofile-* stagefeedback-*
|
||||
$(MAKE) $(RECURSE_FLAGS_TO_PASS) all
|
||||
restrap:: all
|
||||
@endif gcc-bootstrap
|
||||
|
||||
# --------------------------------------
|
||||
|
@ -1450,11 +1450,11 @@ stage_current:
|
||||
@if test -f stage_last; then $(unstage); else $(MAKE) stage1-start; fi
|
||||
|
||||
.PHONY: restrap
|
||||
restrap:
|
||||
restrap::
|
||||
@: $(MAKE); $(stage)
|
||||
rm -rf stage1-$(TARGET_SUBDIR) [+ FOR bootstrap-stage +][+ IF prev
|
||||
+]stage[+id+]-* [+ ENDIF prev +][+ ENDFOR bootstrap-stage +]
|
||||
$(MAKE) $(RECURSE_FLAGS_TO_PASS) all
|
||||
restrap:: all
|
||||
@endif gcc-bootstrap
|
||||
|
||||
# --------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user