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

* Re: toplevel: Eliminate reference to 'gui', 'libproc'
  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
  0 siblings, 2 replies; 4+ messages in thread
From: DJ Delorie @ 2002-09-30  9:50 UTC (permalink / raw)
  To: neroden; +Cc: gcc-patches, gdb-patches, binutils


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

Technically OK, but could someone confirm the demise of gui and
libproc first?


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

* Re: toplevel: Eliminate reference to 'gui', 'libproc'
  2002-09-30  9:50 ` DJ Delorie
@ 2002-09-30 12:39   ` Andrew Cagney
  2002-09-30 13:07   ` Tom Tromey
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2002-09-30 12:39 UTC (permalink / raw)
  To: DJ Delorie, insight; +Cc: neroden, gcc-patches, gdb-patches, binutils

[-- Attachment #1: Type: text/plain, Size: 28 bytes --]

You need `Insight'.  CC'd.


[-- Attachment #2: mailbox-message://ac131313@movemail/fsf/gdb/patches#910753 --]
[-- Type: message/rfc822, Size: 3357 bytes --]

From: DJ Delorie <dj@redhat.com>
To: neroden@doctormoo.dyndns.org
Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com
Subject: Re: toplevel: Eliminate reference to 'gui', 'libproc'
Date: Mon, 30 Sep 2002 12:50:38 -0400
Message-ID: <200209301650.g8UGocJ28942@greed.delorie.com>


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

Technically OK, but could someone confirm the demise of gui and
libproc first?


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

* Re: toplevel: Eliminate reference to 'gui', 'libproc'
  2002-09-30  9:50 ` DJ Delorie
  2002-09-30 12:39   ` Andrew Cagney
@ 2002-09-30 13:07   ` Tom Tromey
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2002-09-30 13:07 UTC (permalink / raw)
  To: DJ Delorie; +Cc: gcc-patches, gdb-patches, binutils

>>>>> "DJ" == DJ Delorie <dj@redhat.com> writes:

DJ> Technically OK, but could someone confirm the demise of gui and
DJ> libproc first?

`gui' was a gdb gui being written in scheme around 1995.
It died before Feb 1996.

Tom


^ 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