diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-12-15 14:36:17 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-12-15 14:36:17 +0000 |
commit | 6a2a8c82154af7685c440b5195e7d5cc64c519f8 (patch) | |
tree | 4f647eae3c7f167245768f7dfdecf25ca2bc65f6 /Makefile.tpl | |
parent | c659d6d83d0d0675c2fda3457d286c52f28d9052 (diff) | |
download | gdb-6a2a8c82154af7685c440b5195e7d5cc64c519f8.tar.gz |
2005-12-15 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all, do-[+make_target+], do-check, install,
install-host-nogcc): Don't invoke $(stage) at the end.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 8026730efd7..65e5295883d 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 |