Kaydet (Commit) 5f2347d8 authored tarafından Barry Warsaw's avatar Barry Warsaw

Ignore errors.

üst c04317fd
......@@ -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
......
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