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:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-10-02 23:14:25 +0400
committerNathanael Nerode <neroden@gcc.gnu.org>2002-10-02 23:14:25 +0400
commit14ab3f24e17b714e79e78108b1d0733e85f0e951 (patch)
tree4a5d3195f077458482af11791499f8d1d9b16166
parentcf605cdabaebe0ee68713040d99e9f29afb7a945 (diff)
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Eliminate reference to all-gui, all-libproc. * Makefile.in: Regenerate.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in9
-rw-r--r--Makefile.tpl9
3 files changed, 7 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 20a5c570c..0228060a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
+ * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
+ * Makefile.in: Regenerate.
+
* Makefile.def: Remove order dependency comments.
* Makefile.tpl: Add explicit install-install dependencies.
* Makefile.in: Regenerate.
diff --git a/Makefile.in b/Makefile.in
index a3a98bddd..c78623f4c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1253,12 +1253,8 @@ $(CONFIGURE_BUILD_MODULES):
# This rule is used to build the modules which use FLAGS_TO_PASS. To
# build a target all-X means to cd to X and make all.
-#
-# all-gui, and all-libproc are handled specially because
-# they are still experimental, and if they fail to build, that
-# shouldn't stop "make all".
-.PHONY: $(ALL_MODULES) all-gui all-libproc
-$(ALL_MODULES) all-gui all-libproc:
+.PHONY: $(ALL_MODULES)
+$(ALL_MODULES):
@dir=`echo $@ | sed -e 's/all-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`${PWD}`; export r; \
@@ -1672,7 +1668,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
all-target-gperf: all-target-libiberty all-target-libstdc++-v3
all-gprof: all-libiberty all-bfd all-opcodes all-intl
all-grep: all-libiberty
-all-gui: all-gdb all-libproc
all-guile:
all-gzip: all-libiberty
all-hello: all-libiberty
diff --git a/Makefile.tpl b/Makefile.tpl
index e2a372a79..01532e6e2 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -968,12 +968,8 @@ $(CONFIGURE_BUILD_MODULES):
# This rule is used to build the modules which use FLAGS_TO_PASS. To
# build a target all-X means to cd to X and make all.
-#
-# all-gui, and all-libproc are handled specially because
-# they are still experimental, and if they fail to build, that
-# shouldn't stop "make all".
-.PHONY: $(ALL_MODULES) all-gui all-libproc
-$(ALL_MODULES) all-gui all-libproc:
+.PHONY: $(ALL_MODULES)
+$(ALL_MODULES):
@dir=`echo $@ | sed -e 's/all-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`${PWD}`; export r; \
@@ -1387,7 +1383,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
all-target-gperf: all-target-libiberty all-target-libstdc++-v3
all-gprof: all-libiberty all-bfd all-opcodes all-intl
all-grep: all-libiberty
-all-gui: all-gdb all-libproc
all-guile:
all-gzip: all-libiberty
all-hello: all-libiberty