Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f2347d

Browse files
committed
Ignore errors.
1 parent c04317f commit 5f2347d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,8 @@ TAGS::
11601160
# Sanitation targets -- clean leaves libraries, executables and tags
11611161
# files, which clobber removes as well
11621162
pycremoval:
1163-
find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1164-
find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
1163+
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1164+
-find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
11651165

11661166
rmtestturds:
11671167
-rm -f *BAD *GOOD *SKIPPED

0 commit comments

Comments
 (0)