[RFA] Clean up intl/ in distclean

Daniel Jacobowitz drow@mvista.com
Fri Mar 8 08:59:00 GMT 2002


intl/ leaves behind stamp-h, config.cache, and config.status after a 'make
distclean'; this patch removes them.  OK to commit this, and get them out of
binutils release tarballs - or do patches to intl/ go somewhere else first? 
The MAINTAINERS entry is not exactly clear.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-03-08  Daniel Jacobowitz  <drow@mvista.com>

	* Makefile.in (distclean): Remove config.cache, stamp-h, and
	config.status.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/intl/Makefile.in,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.in
--- Makefile.in	2001/11/29 03:20:34	1.2
+++ Makefile.in	2002/03/08 16:53:15
@@ -173,6 +173,7 @@ clean: mostlyclean
 
 distclean: clean
 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
+	rm -f config.cache stamp-h config.status
 
 maintainer-clean: distclean
 	@echo "This command is intended for maintainers to use;"



More information about the Binutils mailing list