[issue13326] make clean failed on OpenBSD

Petri Lehtinen report at bugs.python.org
Thu Nov 3 09:37:53 CET 2011


Petri Lehtinen <petri at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13326>
_______________________________________


More information about the Python-bugs-list mailing list