summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2008-04-18 11:07:31 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2008-04-18 11:07:31 +0000
commitedd8c1726ec75a8bce11fb21d9ed807288d713d0 (patch)
tree7b10ad139afc516902d9eafbbcea6b1b68f7e18b /Makefile.tpl
parent8494bfdf22214d256aa3db235eb195e43b8c63d2 (diff)
downloadcygnal-edd8c1726ec75a8bce11fb21d9ed807288d713d0.tar.gz
cygnal-edd8c1726ec75a8bce11fb21d9ed807288d713d0.tar.bz2
cygnal-edd8c1726ec75a8bce11fb21d9ed807288d713d0.zip
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc: 2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * configure.ac: Include override.m4. * configure: Regenerate. 2008-04-18 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (restrap): Call `make all' using double-colon rules. * Makefile.in: Regenerate. 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com> * configure.ac: Do not build libssp for the AVR. * configure: Regenerate. config: 2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * override.m4: Add this. Make sure aclocal always picks it. Add more lenient precious variable check, backported from autoconf trunk.
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 e9629e2da..ea2676fce 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
# --------------------------------------