From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8465 invoked by alias); 29 Sep 2002 17:03:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8449 invoked from network); 29 Sep 2002 17:03:50 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 29 Sep 2002 17:03:50 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17vhPt-0007BL-00; Sun, 29 Sep 2002 12:59:37 -0400 Date: Sun, 29 Sep 2002 10:03:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: toplevel: Eliminate reference to 'gui', 'libproc' Message-ID: <20020929165936.GA27607@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-09/txt/msg00714.txt.bz2 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 * 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