Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2005-07-24 17:57:01 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2005-07-24 17:57:01 +0400
commit7b63ea053f77e17062e2774728873766f4c39edb (patch)
treee33cb5713c4315edfc83f06aba819285c50e80c2
parent395a327d174b050707aa233c16e4ea45289e6671 (diff)
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage * Makefile.in: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7024271d3..3dada43bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-24 Paolo Bonzini <bonzini@gnu.org>
+
+ * Makefile.tpl: Wrap install between unstage and stage
+ * Makefile.in: Regenerate.
+
2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address.
diff --git a/Makefile.in b/Makefile.in
index 60b6be45e..3f220086d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1990,7 +1990,7 @@ mail-report-with-warnings.log: warning.log
# Installation targets.
.PHONY: install uninstall
-install: installdirs install-host install-target
+install: unstage installdirs install-host install-target stage
.PHONY: install-host-nogcc
install-host-nogcc: \
diff --git a/Makefile.tpl b/Makefile.tpl
index 44c74d600..dc55f5aeb 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -747,7 +747,7 @@ mail-report-with-warnings.log: warning.log
# Installation targets.
.PHONY: install uninstall
-install: installdirs install-host install-target
+install: unstage installdirs install-host install-target stage
.PHONY: install-host-nogcc
install-host-nogcc: [+