From: Daniel Jacobowitz <drow@mvista.com>
To: Michal Ludvig <mludvig@suse.cz>
Cc: Andrew Cagney <ac131313@redhat.com>,
GDB Patches <gdb-patches@sources.redhat.com>,
Elena Zannoni <ezannoni@redhat.com>
Subject: Re: PING: [RFA] Runtime Dwarf2 CFI engine cleanup
Date: Thu, 27 Feb 2003 14:17:00 -0000 [thread overview]
Message-ID: <20030227141701.GA3184@nevyn.them.org> (raw)
In-Reply-To: <3E5DE525.6040703@suse.cz>
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
prev parent reply other threads:[~2003-02-27 14:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-06 12:55 Michal Ludvig
2003-02-03 16:23 ` Elena Zannoni
2003-02-10 12:30 ` Michal Ludvig
2003-02-26 15:35 ` PING: " Michal Ludvig
2003-02-26 15:47 ` Daniel Jacobowitz
2003-02-26 18:20 ` Andrew Cagney
2003-02-26 18:36 ` Daniel Jacobowitz
2003-02-26 19:32 ` Andrew Cagney
2003-02-26 19:38 ` Daniel Jacobowitz
2003-02-27 8:14 ` Michal Ludvig
2003-02-27 10:15 ` Michal Ludvig
2003-02-27 14:17 ` Daniel Jacobowitz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030227141701.GA3184@nevyn.them.org \
--to=drow@mvista.com \
--cc=ac131313@redhat.com \
--cc=ezannoni@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=mludvig@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox