Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* toplevel: Eliminate reference to 'gui', 'libproc'
@ 2002-09-29 10:03 Nathanael Nerode
  2002-09-30  9:50 ` DJ Delorie
  0 siblings, 1 reply; 4+ messages in thread
From: Nathanael Nerode @ 2002-09-29 10:03 UTC (permalink / raw)
  To: gcc-patches, gdb-patches, binutils, dj

Eliminate another irritating special case in the top level Makefile.  
libproc and gui went away; I think gui was replaced by libgui.

(The diff for Makefile.in is identical to the one for Makefile.tpl here.)

2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
	* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
	* Makefile.in: Regenerate.

--- Makefile.tpl.old	2002-09-29 12:54:26.000000000 -0400
+++ Makefile.tpl	2002-09-29 12:55:29.000000000 -0400
@@ -971,12 +971,8 @@
 
 # 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; \
@@ -1390,7 +1386,6 @@
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-30 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-29 10:03 toplevel: Eliminate reference to 'gui', 'libproc' Nathanael Nerode
2002-09-30  9:50 ` DJ Delorie
2002-09-30 12:39   ` Andrew Cagney
2002-09-30 13:07   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox