Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfa] make clean should remove observe.h and observer.inc
@ 2011-02-22 21:56 Michael Snyder
  2011-02-23 21:44 ` Michael Snyder
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Snyder @ 2011-02-22 21:56 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 31 bytes --]

These are easily regenerated.


[-- Attachment #2: observer.txt --]
[-- Type: text/plain, Size: 810 bytes --]

2011-02-22  Michael Snyder  <msnyder@vmware.com>

	* Makefile.in (clean): Make clean should remove generated files
	observer.h and observer.inc.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1158
diff -u -p -u -p -r1.1158 Makefile.in
--- Makefile.in	22 Feb 2011 08:00:25 -0000	1.1158
+++ Makefile.in	22 Feb 2011 21:22:37 -0000
@@ -1237,7 +1237,7 @@ tags: TAGS
 clean mostlyclean: $(CONFIG_CLEAN)
 	@$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(CLEANDIRS)" subdir_do
 	rm -f *.o *.a $(ADD_FILES) *~ init.c-tmp init.l-tmp version.c-tmp
-	rm -f init.c version.c
+	rm -f init.c version.c observer.h observer.inc
 	rm -f gdb$(EXEEXT) core make.log
 	rm -f gdb[0-9]$(EXEEXT)
 	rm -f test-cp-name-parser$(EXEEXT)

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

end of thread, other threads:[~2011-02-24 19:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 21:56 [rfa] make clean should remove observe.h and observer.inc Michael Snyder
2011-02-23 21:44 ` Michael Snyder
2011-02-24  7:20   ` Jan Kratochvil
2011-02-24 15:46   ` Tom Tromey
2011-02-24 18:25     ` Michael Snyder
2011-02-24 18:27       ` Joel Brobecker
2011-02-24 18:39         ` Michael Snyder
2011-02-24 18:57           ` Tom Tromey
2011-02-24 19:04           ` Mark Kettenis
2011-02-24 19:01         ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox