]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a do-nothing "clean" operation to the _ssl project,
authorTim Peters <tim.peters@gmail.com>
Sun, 12 Mar 2006 07:05:34 +0000 (07:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 12 Mar 2006 07:05:34 +0000 (07:05 +0000)
so the buildbot's "clean" step doesn't fail due to
_ssl whining that it can't spawn an empty string.

PCbuild/_ssl.vcproj

index 3bcd564c0088aa1aebbb1af086e1fb82ad7bab3c..24448bef950a6b38ba0fd6889bf37c36cdb536e2 100644 (file)
@@ -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"/>
                </Configuration>
                <Configuration
@@ -35,6 +36,7 @@
                                Name="VCNMakeTool"
                                BuildCommandLine="python_d -u build_ssl.py -d"
                                ReBuildCommandLine="python_d -u build_ssl.py -d -a"
+                               CleanCommandLine="echo Nothing to do"
                                Output="_ssl_d.pyd"/>
                </Configuration>
                <Configuration
@@ -48,6 +50,7 @@
                                Name="VCNMakeTool"
                                BuildCommandLine="python build_ssl.py"
                                ReBuildCommandLine="python build_ssl.py -a"
+                               CleanCommandLine="echo Nothing to do"
                                Output="_ssl.pyd"/>
                </Configuration>
        </Configurations>