[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Check for more recent xxxxs
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv4139
Modified Files:
Makefile
Log Message:
Check for more recent xxxxs
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile 20 Feb 2003 16:57:38 -0000 1.40
+++ Makefile 5 May 2003 00:22:54 -0000 1.41
@@ -241,9 +241,9 @@
find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
| xargs -0 grep 'XXXX\|FFFF\|DOCDOC\|????'
-xxxx003:
+xxxx004:
find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
- | xargs -0 grep 'XXXX00[123]\|FFFF00[123]\|DOCDOC\|????00[123]'
+ | xargs -0 grep 'XXXX00[1234]\|FFFF00[1234]\|DOCDOC\|????00[1234]'
eolspace:
perl -i.bak -pe 's/(\S)\s*\n$$/\1\n/;' ACKS HACKING LICENSE MANIFEST.in \