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

[minion-cvs] Make pychecker look in subpackages; make make clean cle...



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

Modified Files:
	Makefile 
Log Message:
Make pychecker look in subpackages; make make clean cleaner; add xxxx002.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	29 Dec 2002 22:47:33 -0000	1.21
+++ Makefile	31 Dec 2002 04:40:28 -0000	1.22
@@ -59,6 +59,8 @@
 	rm -f lib/mixminion/_textwrap.py
 	rm -f lib/mixminion/*.pyc
 	rm -f lib/mixminion/*.pyo
+	rm -f lib/mixminion/*/*.pyc
+	rm -f lib/mixminion/*/*.pyo
 	find . -name '*~' -print0 |xargs -0 rm -f
 	find . -name '.#*' -print0 |xargs -0 rm -f
 
@@ -165,7 +167,7 @@
 
 pychecker: do_build
 	( export PYTHONPATH=.; cd build/lib*; pychecker -F ../../pycheckrc \
-	  ./mixminion/*.py )
+	  ./mixminion/*.py ./mixminion/*/*.py )
 
 lines:
 	wc -l src/*.[ch] lib/*/*.py lib/*/*/*.py
@@ -174,9 +176,9 @@
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
 	   | xargs -0 grep 'XXXX\|FFFF\|DOCDOC\|????'
 
-xxxx001:
+xxxx002:
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
-	   | xargs -0 grep 'XXXX001\|FFFF001\|DOCDOC\|????001'
+	   | xargs -0 grep 'XXXX00[12]\|FFFF00[12]\|DOCDOC\|????00[12]'
 
 longlines:
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \