mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
commit
6ab96e41bd
@ -1285,8 +1285,8 @@ TAGS::
|
||||
# Sanitation targets -- clean leaves libraries, executables and tags
|
||||
# files, which clobber removes as well
|
||||
pycremoval:
|
||||
-find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';'
|
||||
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
|
||||
-find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
|
||||
|
||||
rmtestturds:
|
||||
-rm -f *BAD *GOOD *SKIPPED
|
||||
|
Loading…
Reference in New Issue
Block a user