[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] make "make clean" make clean cleaner.



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv27362

Modified Files:
	Makefile 
Log Message:
make "make clean" make clean cleaner.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile	5 Jan 2003 13:19:53 -0000	1.29
+++ Makefile	6 Jan 2003 07:40:51 -0000	1.30
@@ -65,6 +65,7 @@
 	rm -f lib/mixminion/*/*.pyo
 	find . -name '*~' -print0 |xargs -0 rm -f
 	find . -name '.#*' -print0 |xargs -0 rm -f
+	find . -name '.bak' -print0 |xargs -0 rm -f
 
 test: do_build
 	@$(FINDPYTHON); \