public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/Makefile.in: fix 'make tags' build target
@ 2022-04-03 14:49 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2022-04-03 14:49 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=18b7679416bc4d7712b6983fceec21a10d103aa5

commit 18b7679416bc4d7712b6983fceec21a10d103aa5
Author: Reuben Thomas <rrt@sc3d.org>
Date:   Tue Mar 22 22:10:17 2022 +0000

    gdb/Makefile.in: fix 'make tags' build target
    
    The gdb_select.h file was moved to the gdbsupport directory long ago,
    but a reference was accident left in gdb/Makefile.in (in the
    HFILES_NO_SRCDIR variable), this commit removes that reference.
    
    Before this commit, if I use 'make tags' here's what I see:
    
      $ make tags
      make: *** No rule to make target 'gdb_select.h', needed by 'TAGS'.  Stop.
    
    After this commit 'make tags' completes, but I still see these
    warnings:
    
      ../../src/gdb/arm.c: No such file or directory
      ../../src/gdb/arm-get-next-pcs.c: No such file or directory
      ../../src/gdb/arm-linux.c: No such file or directory
    
    These are caused by a separate issue, and will be addressed in the
    next commit.

Diff:
---
 gdb/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 009b733092d..3df09e6a43b 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1321,7 +1321,6 @@ HFILES_NO_SRCDIR = \
 	gdb_curses.h \
 	gdb_expat.h \
 	gdb_proc_service.h \
-	gdb_select.h \
 	gdb-stabs.h \
 	gdb_vfork.h \
 	gdb_wchar.h \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-03 14:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 14:49 [binutils-gdb] gdb/Makefile.in: fix 'make tags' build target Andrew Burgess

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).