public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* "make TAGS" broken in 7.8.90
@ 2015-01-20 17:36 Eli Zaretskii
  2015-01-20 17:50 ` Sergio Durigan Junior
  2015-01-22 18:11 ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2015-01-20 17:36 UTC (permalink / raw)
  To: gdb-patches; +Cc: Sergio Durigan Junior

"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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-22 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 17:36 "make TAGS" broken in 7.8.90 Eli Zaretskii
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).