mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead.
This commit is contained in:
parent
28112d0cb6
commit
5a4d66824a
4 changed files with 18 additions and 24 deletions
|
@ -77,8 +77,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -140,8 +138,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -202,8 +198,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -265,8 +259,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Killing existing Python processes..."
|
||||
CommandLine=""$(KillPythonExe)""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -133,8 +133,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -211,8 +211,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -289,8 +289,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -363,8 +363,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -438,8 +438,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -513,8 +513,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
@ -588,8 +588,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information and kill existing Python processes..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release
"$(KillPythonExe)""
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue