Kaydet (Commit) aa262b44 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Issue #8665: Fix `make pycremoval` exiting with non-zero status.

üst e125f135
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment