Petri Lehtinen <pe...@digip.org> added the comment: > + -find $(srcdir) -name '__pycache__' -print0 | xargs -0r rm -rf
I'd still do it like this for portability's sake: + -find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';' ---------- _______________________________________ 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