This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petri.lehtinen
Recipients petri.lehtinen, pitrou, rpointel, vstinner
Date 2011-11-03.08:37:52
SpamBayes Score 0.00068706105
Marked as misclassified No
Message-id <1320309473.14.0.0153371620881.issue13326@psf.upfronthosting.co.za>
In-reply-to
Content
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 ...
History
Date User Action Args
2011-11-03 08:37:53petri.lehtinensetrecipients: + petri.lehtinen, pitrou, vstinner, rpointel
2011-11-03 08:37:53petri.lehtinensetmessageid: <1320309473.14.0.0153371620881.issue13326@psf.upfronthosting.co.za>
2011-11-03 08:37:52petri.lehtinenlinkissue13326 messages
2011-11-03 08:37:52petri.lehtinencreate