From f9daac208a4b621e8e882f0ac3c7412738883091 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 18 Apr 2008 11:07:31 +0000 Subject: 2008-04-18 Paolo Bonzini Sync with gcc: 2008-04-18 Paolo Bonzini PR bootstrap/35457 * configure.ac: Include override.m4. * configure: Regenerate. 2008-04-18 Paolo Bonzini * Makefile.tpl (restrap): Call `make all' using double-colon rules. * Makefile.in: Regenerate. 2008-04-11 Eric B. Weddington * configure.ac: Do not build libssp for the AVR. * configure: Regenerate. config: 2008-04-18 Paolo Bonzini PR bootstrap/35457 * override.m4: Add this. Make sure aclocal always picks it. Add more lenient precious variable check, backported from autoconf trunk. --- Makefile.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index e9629e2da2..ea2676fced 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 # -------------------------------------- -- cgit v1.2.1