From: David Carlton <carlton@math.stanford.edu>
To: gdb-patches@sources.redhat.com
Subject: [rfa] remove dependency of f-exp.tab.c on c-exp.tab.c
Date: Mon, 02 Dec 2002 11:13:00 -0000 [thread overview]
Message-ID: <ro1lm385j4y.fsf@jackfruit.Stanford.EDU> (raw)
Is there any particular reason why f-exp.tab.c depends on c-exp.tab.c?
I'm assuming that it's a bug (I didn't see any reason for it in
f-exp.y), but I wanted to double-check before removing the dependency.
David Carlton
carlton@math.stanford.edu
2002-12-02 David Carlton <carlton@math.stanford.edu>
* Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.279
diff -u -p -r1.279 Makefile.in
--- Makefile.in 9 Nov 2002 03:14:11 -0000 1.279
+++ Makefile.in 2 Dec 2002 19:10:02 -0000
@@ -1248,7 +1248,7 @@ jv-exp.tab.c: jv-exp.y
# See comments above ...
.PRECIOUS: f-exp.tab.c
f-exp.tab.o: f-exp.tab.c
-f-exp.tab.c: f-exp.y c-exp.tab.c
+f-exp.tab.c: f-exp.y
$(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/f-exp.y y.tab.c f-exp.tmp -- $(YFLAGS)
-sed -e '/extern.*malloc/d' \
-e '/extern.*realloc/d' \
next reply other threads:[~2002-12-02 19:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-02 11:13 David Carlton [this message]
2002-12-02 11:33 Michael Elizabeth Chastain
2002-12-02 11:57 ` David Carlton
2002-12-04 15:00 ` David Carlton
2002-12-02 14:00 Michael Elizabeth Chastain
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=ro1lm385j4y.fsf@jackfruit.Stanford.EDU \
--to=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