From: Eli Zaretskii <eliz@gnu.org>
To: gdb-patches@sourceware.org
Cc: Sergio Durigan Junior <sergiodj@redhat.com>
Subject: "make TAGS" broken in 7.8.90
Date: Tue, 20 Jan 2015 17:36:00 -0000 [thread overview]
Message-ID: <83twzlwe3p.fsf@gnu.org> (raw)
"make TAGS" is broken. Again. (Sergio, would it make sense to add
"make TAGS" to the list of commands run by the buildbot after a build?
This breaks too often, IMO.)
Doing TAGS in gdb
make[2]: Entering directory `/d/usr/eli/utils/gdb-7.8.90/gdb'
make[2]: *** No rule to make target `ada-varobj.h', needed by `TAGS'.
make[2]: Target `TAGS' not remade because of errors.
./x86-dregs.c: No such file or directory
./irix5-nat.c: No such file or directory
ada-varobj.h and irix5-nat.c should simply be removed from the
respective lists. But I'm not sure how to fix the x86-dregs.c issue.
The problem here is that x86-dregs.o is in gdb/, but the source is in
gdb/nat/, so the simplistic editing:
done) | sed 's/\.o$$/\.c/'` \
doesn't work. Thoughts?
One other annoyance with "make TAGS" is that libdecnumber doesn't
support that target, so you must invoke the command from gdb/, or use
"make -k", otherwise it bails out. Any reason not to support TAGS in
libdecnumber?
next reply other threads:[~2015-01-20 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-20 17:36 Eli Zaretskii [this message]
2015-01-20 17:50 ` Sergio Durigan Junior
2015-01-20 18:26 ` Eli Zaretskii
2015-01-20 22:48 ` Sergio Durigan Junior
2015-01-22 18:11 ` Eli Zaretskii
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=83twzlwe3p.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=sergiodj@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