[Python-checkins] cpython: Try to commit some eols to a bat file

antoine.pitrou python-checkins at python.org
Sat Feb 26 19:40:32 CET 2011


antoine.pitrou pushed e57542471f8a to cpython:

http://hg.python.org/cpython/rev/e57542471f8a
changeset:   68056:e57542471f8a
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 26 19:32:24 2011 +0100
summary:
  Try to commit some eols to a bat file

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,8 +1,7 @@
- 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