Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Elizabeth Chastain <mec@shout.net>
To: carlton@math.stanford.edu, gdb-patches@sources.redhat.com
Subject: Re: [rfa] remove dependency of f-exp.tab.c on c-exp.tab.c
Date: Mon, 02 Dec 2002 11:33:00 -0000	[thread overview]
Message-ID: <200212021933.gB2JXF810990@duracef.shout.net> (raw)

Hi David,

At first I thought that this might be a Makefile hack to prevent Make
from running multiple copies of yacc in parallel if the user runs a
parallel build, "make -j".

Classic yacc writes output into y.tab.c no matter what the input file
name.  Gnu yacc (bison) fixed this brain damage, but gdb builds on lots
of hosts, so it has to accommodate the brain damage.  Adding a bunch
of "foo-exp.tab.c: bar-exp-tab.c" dependencies would serialize the
yacc executions.

But gdb already works around the fixed "y.tab.c" name by using a wrapper
script, ylwrap.  ylwrap creates a unique temporary directory and runs
yacc inside there.

So I don't know what the point of that dependency is!

Michael C


             reply	other threads:[~2002-12-02 19:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 11:33 Michael Elizabeth Chastain [this message]
2002-12-02 11:57 ` David Carlton
2002-12-04 15:00   ` David Carlton
  -- strict thread matches above, loose matches on Subject: below --
2002-12-02 14:00 Michael Elizabeth Chastain
2002-12-02 11:13 David Carlton

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=200212021933.gB2JXF810990@duracef.shout.net \
    --to=mec@shout.net \
    --cc=carlton@math.stanford.edu \
    --cc=gdb-patches@sources.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