From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4063 invoked by alias); 17 Aug 2002 02:05:36 -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 4054 invoked from network); 17 Aug 2002 02:05:35 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 17 Aug 2002 02:05:35 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17fsyA-0005LP-00; Fri, 16 Aug 2002 21:05:38 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17fsyb-0006Iq-00; Fri, 16 Aug 2002 22:06:05 -0400 Date: Fri, 16 Aug 2002 19:05:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Update all of GDB's Makefile dependencies Message-ID: <20020817020605.GA24065@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <3D5DA4D1.10205@ges.redhat.com> <3D5DA5C4.4070003@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D5DA5C4.4070003@ges.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-08/txt/msg00483.txt.bz2 On Fri, Aug 16, 2002 at 09:24:20PM -0400, Andrew Cagney wrote: > >Hello, > > > >The subject says it all. The attached updates all of GDB's makefile > >dependencies. It relies on the $(xxx_h) macro's being correct so I > >updated them as well. > > > >Comments? (Yes, GDB should switch to automake, however, right now just > >the thought of a autoconf 2.52 is worrying enough :-) > > > >I'll leave this lie for a week, > >Andrew > > > > > > -install-gdbtk: > - $(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \ > - $(SHELL) $(srcdir)/../mkinstalldirs $(libdir)/insight$(GDBTK_VERSION) ; \ > - $(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl $(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \ > - $(SHELL) $(srcdir)/../mkinstalldirs \ > - $(GDBTK_LIBRARY)/images \ > - $(GDBTK_LIBRARY)/images2 ; \ > - $(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY)/help \ > - $(GDBTK_LIBRARY)/help/images \ > - $(GDBTK_LIBRARY)/help/trace ; \ > - cd $(srcdir)/gdbtk/library ; \ > - for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif; \ > - do \ > - $(INSTALL_DATA) $$i $(GDBTK_LIBRARY)/$$i ; \ > - done ; You might want to audit the total list of rules before and after... -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer