From: Tim Peters <tim.peters@gmail.com> Date: Thu, 16 Mar 2006 01:54:16 +0000 (+0000) Subject: Change the Windows buildbot "clean" step to remove X-Git-Tag: v2.5a0~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=378832c914878972dc64d202aca4291844dbd4f3;p=python Change the Windows buildbot "clean" step to remove stale .pyc files. --- diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index d28262e43c..7e7d713ed9 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -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