public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove two more files in gdb "distclean"
@ 2023-02-17 17:01 Tom Tromey
  2023-03-06 15:03 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2023-02-17 17:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

The recent work to have gdb link via libtool means that there are a
couple more generated files in the build directory that should be
removed by "distclean".

Note that gdb can't really fully implement distclean due to the desire
to put certain generated files into the distribution.  Still, it can
get pretty close.
---
 gdb/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ace507cded8..85a57243039 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2224,6 +2224,7 @@ distclean: clean
 	rm -f gdb-gdb.py gdb-gdb.gdb
 	rm -f y.output yacc.acts yacc.tmp y.tab.h
 	rm -f config.log config.cache
+	rm -f config.lt libtool
 	rm -f Makefile
 	rm -rf $(DEPDIR)
 	for i in $(CONFIG_SRC_SUBDIR); do \
-- 
2.39.1


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

* Re: [PATCH] Remove two more files in gdb "distclean"
  2023-02-17 17:01 [PATCH] Remove two more files in gdb "distclean" Tom Tromey
@ 2023-03-06 15:03 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2023-03-06 15:03 UTC (permalink / raw)
  To: Tom Tromey via Gdb-patches; +Cc: Tom Tromey

>>>>> "Tom" == Tom Tromey via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> The recent work to have gdb link via libtool means that there are a
Tom> couple more generated files in the build directory that should be
Tom> removed by "distclean".

Tom> Note that gdb can't really fully implement distclean due to the desire
Tom> to put certain generated files into the distribution.  Still, it can
Tom> get pretty close.

I'm checking this in.

Tom

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

end of thread, other threads:[~2023-03-06 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 17:01 [PATCH] Remove two more files in gdb "distclean" Tom Tromey
2023-03-06 15:03 ` Tom Tromey

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