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

This commit is contained in:
Antoine Pitrou 2010-05-15 21:34:27 +00:00
parent e125f1355a
commit aa262b44b5

View file

@ -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