This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Tweak distclean in doc/


Oops, meant to commit this a long time ago (before 5.3).  Sorry about that.
This fixes the stray config.log in a GDB release tarball.  Checked in.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-03-02  Daniel Jacobowitz  <drow at mvista dot com>

	* Makefile.in (distclean): Remove config.log.

Index: doc/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/doc/Makefile.in,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile.in
--- doc/Makefile.in	26 Nov 2002 22:44:37 -0000	1.25
+++ doc/Makefile.in	3 Mar 2003 03:56:35 -0000
@@ -440,7 +440,7 @@ clean: mostlyclean
 	rm -f gdb-cfg.texi
 
 distclean: clean
-	rm -f Makefile config.status
+	rm -f Makefile config.status config.log
 
 # GDBvn.texi, the dvi files, the info files, and the postscript files, 
 # are all part of the distribution, so it should not be removed by


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]