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 rpointel
Recipients pitrou, rpointel
Date 2011-11-02.23:15:46
SpamBayes Score 0.012378963
Marked as misclassified No
Message-id <1320275747.65.0.48370892093.issue13326@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

"make clean" failed on OpenBSD with this error:

find: -exec: no terminating ";"
*** Error code 1 (ignored)

It seems that "-exec" with "+" is a GNU extension.

Are you OK with this diff which does the same and is multi-platform?
Modifications can only be done for __pycache__, what do you prefer?

Cheers,

Remi.
History
Date User Action Args
2011-11-02 23:15:47rpointelsetrecipients: + rpointel, pitrou
2011-11-02 23:15:47rpointelsetmessageid: <1320275747.65.0.48370892093.issue13326@psf.upfronthosting.co.za>
2011-11-02 23:15:47rpointellinkissue13326 messages
2011-11-02 23:15:46rpointelcreate