From: Martin v. Löwis Date: Mon, 14 May 2012 16:18:07 +0000 (+0200) Subject: Stop deleting non-existing bytecode files. X-Git-Tag: v3.3.0a4~170^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d82d049f6094f1ce23404a3ff3fa0960d0c23ed;p=thirdparty%2FPython%2Fcpython.git Stop deleting non-existing bytecode files. --- diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 5c8f33eccaac..0c04b8e444ef 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -1,7 +1,5 @@ @rem Used by the buildbot "clean" step. call "%VS90COMNTOOLS%vsvars32.bat" -@echo Deleting .pyc/.pyo files ... -del /s Lib\*.pyc Lib\*.pyo @echo Deleting test leftovers ... rmdir /s /q build cd PCbuild