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 zach.ware
Recipients brian.curtin, pitrou, tim.golden, zach.ware
Date 2013-10-31.19:15:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383246934.8.0.971910154804.issue19464@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to remove the compiler warning raised during the "clean" step on the Windows buildbots.  The warning is about the fact that ssl.vcxproj doesn't have an NMakeCleanCommandLine command; the patch adds such a command that simply echos "OpenSSL must be cleaned manually if you want to rebuild it."

Since Tools/buildbot/clean.bat is also called by Tools/buildbot/build.bat, this also removes 4 warnings from the "compile" step as well.
History
Date User Action Args
2013-10-31 19:15:34zach.waresetrecipients: + zach.ware, pitrou, tim.golden, brian.curtin
2013-10-31 19:15:34zach.waresetmessageid: <1383246934.8.0.971910154804.issue19464@psf.upfronthosting.co.za>
2013-10-31 19:15:34zach.warelinkissue19464 messages
2013-10-31 19:15:34zach.warecreate