]> granicus.if.org Git - python/commitdiff
Change the Windows buildbot "clean" step to remove
authorTim Peters <tim.peters@gmail.com>
Thu, 16 Mar 2006 01:54:16 +0000 (01:54 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 16 Mar 2006 01:54:16 +0000 (01:54 +0000)
stale .pyc files.

Tools/buildbot/clean.bat

index d28262e43c26f4769d37f51db4ac56ac791e77a1..7e7d713ed9b0c8319f0aae6c7848e18e042dd4e1 100644 (file)
@@ -1,3 +1,6 @@
 @rem Used by the buildbot "clean" step.
 call "%VS71COMNTOOLS%vsvars32.bat"
-devenv.com /clean Debug PCbuild\pcbuild.sln
+cd PCbuild
+devenv.com /clean Debug pcbuild.sln
+@echo Deleting .pyc/.pyo files ...
+python_d.exe rmpyc.py