Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04317f commit 5f2347dCopy full SHA for 5f2347d
1 file changed
Makefile.pre.in
@@ -1160,8 +1160,8 @@ TAGS::
1160
# Sanitation targets -- clean leaves libraries, executables and tags
1161
# files, which clobber removes as well
1162
pycremoval:
1163
- find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1164
- find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
+ -find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
+ -find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
1165
1166
rmtestturds:
1167
-rm -f *BAD *GOOD *SKIPPED
0 commit comments