From: Daniel Jacobowitz <drow@false.org>
To: gdb@sourceware.org
Cc: Tom Tromey <tromey@redhat.com>
Subject: Automatic dependency tracking
Date: Wed, 25 Jun 2008 18:29:00 -0000 [thread overview]
Message-ID: <20080625182858.GA25575@caradoc.them.org> (raw)
In-Reply-To: <m33an413yx.fsf@fleche.redhat.com>
On Mon, Jun 23, 2008 at 11:00:22AM -0600, Tom Tromey wrote:
> I can send out my unfinished Makefile.am for gdb if you really want
> it. That would solve this problem.
>
> "Unfinished" means it is like 30% done :-(
>
> If we didn't mind requiring GNU make we could probably implement
> dependency tracking more simply. I suspect that is still a no-go ...
Let's talk about this... I'd be very happy if we could remove the
manual dependency lists.
Option one: we could switch to automake. That would bring dependency
tracking for free. GDB already has a dependency on automake, so aside
from the work of the transition I don't think this would be a big
deal. I'm not too fond of automake, but it does work.
Option two: we could require GNU make. GCC has done this for years,
but binutils does not; it may be premature.
Option three: we could manually list dependencies on generated files,
and support dependencies on source files only on systems with GNU
make. This effectively means GNU make is a requirement if you are
hacking on GDB, but not to build GDB from a clean tree.
Option four: We could borrow logic from BFD to generate dependency
lists. What's going on with this code anyway? Why does BFD need
dependency lists in Makefile.am if it uses automake?
Have I missed anything? Any comments on these options?
--
Daniel Jacobowitz
CodeSourcery
next parent reply other threads:[~2008-06-25 18:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200806152203.14626.pedro@codesourcery.com>
[not found] ` <u3anel69s.fsf@gnu.org>
[not found] ` <20080616012617.GA8944@caradoc.them.org>
[not found] ` <g35201$2uf$2@ger.gmane.org>
[not found] ` <m33an413yx.fsf@fleche.redhat.com>
2008-06-25 18:29 ` Daniel Jacobowitz [this message]
2008-06-25 19:30 ` Andreas Schwab
2008-06-25 21:35 ` Stan Shebs
2008-06-26 0:08 ` Tom Tromey
2008-06-26 1:47 ` Joel Brobecker
2008-06-26 9:48 ` Andrew STUBBS
2008-06-26 17:30 ` Tom Tromey
2008-06-27 10:23 ` Andrew STUBBS
2008-06-27 14:03 ` Daniel Jacobowitz
2008-06-27 16:09 ` Andrew STUBBS
2008-06-27 14:30 ` Tom Tromey
2008-06-28 19:20 ` Mark Kettenis
2008-06-28 19:31 ` Tom Tromey
2008-06-29 14:47 ` Daniel Jacobowitz
2008-06-29 15:36 ` Tom Tromey
2008-06-29 16:26 ` Tom Tromey
2008-06-29 14:42 ` Daniel Jacobowitz
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=20080625182858.GA25575@caradoc.them.org \
--to=drow@false.org \
--cc=gdb@sourceware.org \
--cc=tromey@redhat.com \
/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