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

Skip to content

Commit aa262b4

Browse files
committed
Issue #8665: Fix make pycremoval exiting with non-zero status.
1 parent e125f13 commit aa262b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ TAGS::
11651165
# files, which clobber removes as well
11661166
pycremoval:
11671167
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1168-
-find $(srcdir) -name '__pycache__' -exec rmdir {} ';'
1168+
-find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
11691169

11701170
rmtestturds:
11711171
-rm -f *BAD *GOOD *SKIPPED

0 commit comments

Comments
 (0)