* [RFA] Add gdbtk to TAGS makefile target.
@ 2002-01-28 16:50 Michael Snyder
2002-01-28 19:23 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2002-01-28 16:50 UTC (permalink / raw)
To: gdb-patches; +Cc: keiths
This change would add the gdbtk source directory to the files
for which "make TAGS" generates an etags database.
2002-01-28 Michael Snyder <msnyder@redhat.com>
* Makefile.in (TAGFILES_NO_SRCDIR): Add SUBDIR_GDBTK_SRCS.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.153
diff -p -r1.153 Makefile.in
*** Makefile.in 2002/01/24 03:44:10 1.153
--- Makefile.in 2002/01/29 00:48:42
*************** SOURCES = $(SFILES) $(ALLDEPFILES) $(YYF
*** 694,700 ****
# Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
# and it's more useful to see it in the .y file.
TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
! $(SUBDIR_CLI_SRCS)
TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \
--- 694,700 ----
# Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
# and it's more useful to see it in the .y file.
TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
! $(SUBDIR_CLI_SRCS) $(SUBDIR_GDBTK_SRCS)
TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Add gdbtk to TAGS makefile target.
2002-01-28 16:50 [RFA] Add gdbtk to TAGS makefile target Michael Snyder
@ 2002-01-28 19:23 ` Andrew Cagney
2002-01-29 10:48 ` Michael Snyder
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2002-01-28 19:23 UTC (permalink / raw)
To: Michael Snyder; +Cc: gdb-patches, keiths
> 2002-01-28 Michael Snyder <msnyder@redhat.com>
>
> * Makefile.in (TAGFILES_NO_SRCDIR): Add SUBDIR_GDBTK_SRCS.
>
>
Insight/gdbtk isn't a part of a GDB distribution. We're ment to be
reducing the number of references to GDBtk in that makefile. Not
increasing them.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Add gdbtk to TAGS makefile target.
2002-01-28 19:23 ` Andrew Cagney
@ 2002-01-29 10:48 ` Michael Snyder
0 siblings, 0 replies; 3+ messages in thread
From: Michael Snyder @ 2002-01-29 10:48 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Michael Snyder, gdb-patches, keiths
Andrew Cagney wrote:
>
> > 2002-01-28 Michael Snyder <msnyder@redhat.com>
> >
> > * Makefile.in (TAGFILES_NO_SRCDIR): Add SUBDIR_GDBTK_SRCS.
> >
> >
>
> Insight/gdbtk isn't a part of a GDB distribution. We're ment to be
> reducing the number of references to GDBtk in that makefile. Not
> increasing them.
OK, that's why I asked. Patch withdrawn.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-01-29 18:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-28 16:50 [RFA] Add gdbtk to TAGS makefile target Michael Snyder
2002-01-28 19:23 ` Andrew Cagney
2002-01-29 10:48 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox