mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Issue #8665: Fix make pycremoval exiting with non-zero status.
This commit is contained in:
parent
e125f1355a
commit
aa262b44b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ TAGS::
|
|||
# files, which clobber removes as well
|
||||
pycremoval:
|
||||
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
|
||||
-find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
|
||||
-find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
|
||||
|
||||
rmtestturds:
|
||||
-rm -f *BAD *GOOD *SKIPPED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue