]> granicus.if.org Git - python/commitdiff
Use 'del' instead of rmpyc.py to remove the pyc and pyo files.
authorThomas Heller <theller@ctypes.org>
Fri, 16 Nov 2007 07:00:30 +0000 (07:00 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 16 Nov 2007 07:00:30 +0000 (07:00 +0000)
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean.bat

index 7ef5e02fb6775df3cd27eb7528e1e78a28992778..6e83bd9e506e36432090ec5fb50a10d7269ff006 100644 (file)
@@ -2,5 +2,5 @@
 call "%VS71COMNTOOLS%vsvars32.bat"
 cd PCbuild
 @echo Deleting .pyc/.pyo files ...
-python.exe rmpyc.py
+del /s Lib\*.pyc Lib\*.pyo
 devenv.com /clean ReleaseAMD64 pcbuild.sln
index 19400a9f9460d16e23b504897ec0ccc6e771d252..df50aff61b0ff3bd6d4a1d88b0ed73838aac3426 100644 (file)
@@ -2,6 +2,6 @@
 call "%VS71COMNTOOLS%vsvars32.bat"
 cd PCbuild
 @echo Deleting .pyc/.pyo files ...
-python_d.exe rmpyc.py
+del /s Lib\*.pyc Lib\*.pyo
 devenv.com /clean Release pcbuild.sln
 devenv.com /clean Debug pcbuild.sln