From fa9e4c0da6a9fe7b118eceb5b741bad2c97c28c1 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 15 Dec 2005 14:36:17 +0000 Subject: 2005-12-15 Paolo Bonzini * Makefile.tpl (all, do-[+make_target+], do-check, install, install-host-nogcc): Don't invoke $(stage) at the end. * Makefile.in: Regenerate. --- Makefile.tpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 8026730efd..65e5295883 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -497,7 +497,6 @@ all: else \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target; \ fi - @: $(MAKE); $(stage) .PHONY: all-build all-build: [+ @@ -527,7 +526,6 @@ do-[+make_target+]: s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) [+make_target+]-host \ [+make_target+]-target - @: $(MAKE); $(stage) .PHONY: [+make_target+]-host @@ -621,7 +619,6 @@ do-check: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) check-host check-target - @: $(MAKE); $(stage) # Automated reporting of test results. @@ -652,7 +649,6 @@ install: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target - @: $(MAKE); $(stage) .PHONY: install-host-nogcc install-host-nogcc: [+ @@ -1378,7 +1374,6 @@ do-clean: clean-stage[+id+] @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target - @: $(MAKE); $(stage) [+ ENDIF bootstrap-target +] # Rules to wipe a stage and all the following ones, also used for cleanstrap -- cgit v1.2.1