[Python-Dev] make clean and make clobber semantics

Neil Schemenauer nas@python.ca
Sat, 14 Apr 2001 09:52:45 -0700


Guido van Rossum wrote:
> Can someone suggest a fix?

I think adding something like:

    find . -name '*.so' -exec rm -f {} ';'

to the clean target would work.  You sould remove the Module/*.so
pattern in the clobber target and fix the comments as well.

One more thing Guido, can you touch Include/graminit.h and
Python/graminit.c before making the tarball?  

  Neil