projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1433fe
)
Stop deleting non-existing bytecode files.
author
Martin v. Löwis
<martin@v.loewis.de>
Mon, 14 May 2012 16:18:07 +0000
(18:18 +0200)
committer
Martin v. Löwis
<martin@v.loewis.de>
Mon, 14 May 2012 16:18:07 +0000
(18:18 +0200)
Tools/buildbot/clean.bat
patch
|
blob
|
history
diff --git
a/Tools/buildbot/clean.bat
b/Tools/buildbot/clean.bat
index 5c8f33eccaacfe9e38d3a09cdd7419caa0afd376..0c04b8e444ef750364136ff777817418dbd14df6 100644
(file)
--- 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