Ignore errors.

This commit is contained in:
Barry Warsaw 2010-04-26 16:02:14 +00:00
parent c04317fdc4
commit 5f2347d869

View file

@ -1160,8 +1160,8 @@ TAGS::
# Sanitation targets -- clean leaves libraries, executables and tags # Sanitation targets -- clean leaves libraries, executables and tags
# files, which clobber removes as well # files, which clobber removes as well
pycremoval: pycremoval:
find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' -find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
find $(srcdir) -name '__pycache__' -exec rmdir {} ';' -find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
rmtestturds: rmtestturds:
-rm -f *BAD *GOOD *SKIPPED -rm -f *BAD *GOOD *SKIPPED