Petri Lehtinen <pe...@digip.org> added the comment:

I mean that this should be enough to close this issue:

-       -find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
+       -find $(srcdir) -name '__pycache__' -exec rmdir {} ';'

That is, use ';' instead of the unportable '+' instead of changing all cleaning 
to use find ... | xargs ...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to