Ignore errors.

This commit is contained in:
Barry Warsaw 2010-04-26 16:02:14 +00:00
parent c04317fdc4
commit 5f2347d869
1 changed files with 2 additions and 2 deletions

View File

@ -1160,8 +1160,8 @@ TAGS::
# Sanitation targets -- clean leaves libraries, executables and 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 '*.py[co]' -exec rm -f {} ';'
-find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
rmtestturds:
-rm -f *BAD *GOOD *SKIPPED