[Python-checkins] cpython: Backed out changeset e57542471f8a

antoine.pitrou python-checkins at python.org
Sat Feb 26 19:41:14 CET 2011


antoine.pitrou pushed 6da2ffc992f4 to cpython:

http://hg.python.org/cpython/rev/6da2ffc992f4
changeset:   68057:6da2ffc992f4
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 26 19:40:58 2011 +0100
summary:
  Backed out changeset e57542471f8a

files:
  Tools/buildbot/clean.bat

diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat
--- a/Tools/buildbot/clean.bat
+++ b/Tools/buildbot/clean.bat
@@ -1,7 +1,8 @@
- at rem Used by the buildbot "clean" step.
-call "%VS90COMNTOOLS%vsvars32.bat"
- at echo Deleting .pyc/.pyo files ...
-del /s Lib\*.pyc Lib\*.pyo
-cd PCbuild
-vcbuild /clean pcbuild.sln "Release|Win32"
-vcbuild /clean pcbuild.sln "Debug|Win32"
+ at rem Used by the buildbot "clean" step.
+call "%VS90COMNTOOLS%vsvars32.bat"
+ at echo Deleting .pyc/.pyo files ...
+del /s Lib\*.pyc Lib\*.pyo
+cd PCbuild
+
+vcbuild /clean pcbuild.sln "Release|Win32"
+vcbuild /clean pcbuild.sln "Debug|Win32"

--
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list