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:
Paolo Bonzini 2008-04-18 09:32:24 +00:00 committed by Paolo Bonzini
parent 0cb5c2a7ce
commit c6b196de6c
3 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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
# --------------------------------------

View File

@ -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
# --------------------------------------