[Python-Dev] make clean and make clobber semantics

Guido van Rossum guido@digicool.com
Sat, 14 Apr 2001 13:38:09 -0500


> 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.

Will do.

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

Why?

--Guido van Rossum (home page: http://www.python.org/~guido/)