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 neologix, petri.lehtinen, pitrou, python-dev, vstinner
Date 2011-11-03.08:36:23
SpamBayes Score 0.00068706105
Marked as misclassified No
Message-id <1320309383.87.0.384201788766.issue13308@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:36:23petri.lehtinensetrecipients: + petri.lehtinen, pitrou, vstinner, neologix, python-dev
2011-11-03 08:36:23petri.lehtinensetmessageid: <1320309383.87.0.384201788766.issue13308@psf.upfronthosting.co.za>
2011-11-03 08:36:23petri.lehtinenlinkissue13308 messages
2011-11-03 08:36:23petri.lehtinencreate