From: Tim Peters Date: Sun, 12 Mar 2006 07:05:34 +0000 (+0000) Subject: Add a do-nothing "clean" operation to the _ssl project, X-Git-Tag: v2.4.3c1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eee616f3052cbb5e97b7af31acb1768c2bd489a;p=thirdparty%2FPython%2Fcpython.git Add a do-nothing "clean" operation to the _ssl project, so the buildbot's "clean" step doesn't fail due to _ssl whining that it can't spawn an empty string. --- diff --git a/PCbuild/_ssl.vcproj b/PCbuild/_ssl.vcproj index 3bcd564c0088..24448bef950a 100644 --- a/PCbuild/_ssl.vcproj +++ b/PCbuild/_ssl.vcproj @@ -22,6 +22,7 @@ Name="VCNMakeTool" BuildCommandLine="python build_ssl.py" ReBuildCommandLine="python build_ssl.py -a" + CleanCommandLine="echo Nothing to do" Output="_ssl.pyd"/>