summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2005-12-15 14:36:17 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2005-12-15 14:36:17 +0000
commitb4c9765a11e236ce9aaec8f2048795b6b234c129 (patch)
tree487e53eb62154325244fee2b7665f021d1b98c69 /Makefile.tpl
parent8b1ba065a6e78af633a97eda43665f35db1f2809 (diff)
downloadcygnal-b4c9765a11e236ce9aaec8f2048795b6b234c129.tar.gz
cygnal-b4c9765a11e236ce9aaec8f2048795b6b234c129.tar.bz2
cygnal-b4c9765a11e236ce9aaec8f2048795b6b234c129.zip
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.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 8026730ef..65e529588 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