[issue4007] make clean fails to delete .a and .so.X.Y files

Éric Araujo report at bugs.python.org
Sun May 16 01:53:40 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Note: Using find -delete avoids the extra process spawning for rm. However, if the -f option is really necessary, we’ll have to use rm.

Someone has an idea about the imperfect regex/glob pattern?

----------
nosy: +merwok

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4007>
_______________________________________


More information about the Python-bugs-list mailing list