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.
make pycremoval
1 parent e125f13 commit aa262b4Copy full SHA for aa262b4
1 file changed
Makefile.pre.in
@@ -1165,7 +1165,7 @@ TAGS::
1165
# files, which clobber removes as well
1166
pycremoval:
1167
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1168
- -find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
+ -find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
1169
1170
rmtestturds:
1171
-rm -f *BAD *GOOD *SKIPPED
0 commit comments