aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-04-18 09:32:24 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-04-18 09:32:24 +0000
commitc6b196de6c8b35acca8309f9e7fec67932c4e9d7 (patch)
tree3e6f1a873d7b1bb9a611e86e553cc4b769b57022 /Makefile.tpl
parent0cb5c2a7ce78df98164d7aa140f5d09766b24427 (diff)
downloadgcc-c6b196de6c8b35acca8309f9e7fec67932c4e9d7.zip
gcc-c6b196de6c8b35acca8309f9e7fec67932c4e9d7.tar.gz
gcc-c6b196de6c8b35acca8309f9e7fec67932c4e9d7.tar.bz2
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
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index e9629e2..ea2676f 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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
# --------------------------------------