From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30212 invoked by alias); 27 Feb 2003 14:17:19 -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 30204 invoked from network); 27 Feb 2003 14:17:18 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 172.16.49.205 with SMTP; 27 Feb 2003 14:17:18 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18oQje-0003kg-00; Thu, 27 Feb 2003 10:18:14 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18oOqL-0000qJ-00; Thu, 27 Feb 2003 09:17:01 -0500 Date: Thu, 27 Feb 2003 14:17:00 -0000 From: Daniel Jacobowitz To: Michal Ludvig Cc: Andrew Cagney , GDB Patches , Elena Zannoni Subject: Re: PING: [RFA] Runtime Dwarf2 CFI engine cleanup Message-ID: <20030227141701.GA3184@nevyn.them.org> Mail-Followup-To: Michal Ludvig , Andrew Cagney , GDB Patches , Elena Zannoni References: <15934.38824.98344.150611@localhost.redhat.com> <3E479B6A.30705@suse.cz> <3E5CDEB8.2050008@suse.cz> <20030226154714.GA11458@nevyn.them.org> <3E5D05F9.6050605@redhat.com> <20030226183555.GA16345@nevyn.them.org> <3E5D16BB.4090603@redhat.com> <20030226193829.GA20735@nevyn.them.org> <3E5DC8F6.9010301@suse.cz> <3E5DE525.6040703@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E5DE525.6040703@suse.cz> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-02/txt/msg00768.txt.bz2 On Thu, Feb 27, 2003 at 11:15:01AM +0100, Michal Ludvig wrote: > Index: Makefile.in > =================================================================== > RCS file: /cvs/src/src/gdb/Makefile.in,v > retrieving revision 1.257.2.5 > diff -u -p -r1.257.2.5 Makefile.in > --- Makefile.in 25 Nov 2002 22:05:38 -0000 1.257.2.5 > +++ Makefile.in 27 Feb 2003 10:01:03 -0000 > @@ -414,6 +414,12 @@ ANNOTATE_OBS = annotate.o > @target_makefile_frag@ > # End of host and target-dependent makefile fragments > > +# Make a list of linked files depending on target's defines. > +ifeq ($(USED_DWARF2CFI), 1) > + TDEPFILES+=dwarf2cfi.o > + CFLAGS+=-DUSED_DWARF2CFI > +endif > + Nope. First of all, the mh files are on their way out; second of all, you can't use ifeq in a Makefile, because that's a GNU make-ism. I'd leave this alone until you can get someone to approve the previous version, probably using the observer mechanism that Andrew and Joel are designing. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer