]> granicus.if.org Git - python/commit
Use
authorGuido van Rossum <guido@python.org>
Thu, 1 Mar 2001 00:36:53 +0000 (00:36 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Mar 2001 00:36:53 +0000 (00:36 +0000)
commitcd81ea1708c0a3ac846e1e6f07c38d8d0b0efc22
tree6e63728a4b2ad542b49095960a6d4d4b9a18ced4
parent895e8925d6569a0be13a714f8417c6374fe1031b
Use

    find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f

to remove all .py[co] files before testing, rather than just those in
the Lib/test directory.  "find" is used all over the Makefile so I
suppose it's safe; how about xargs?
Makefile.pre.in