summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-15 21:34:27 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-15 21:34:27 (GMT)
commitaa262b44b5b4b7a7dc472016e32f10d8bbc9344a (patch)
tree288b0c542ab2ede71a952d184549dbeff11f4b05 /Makefile.pre.in
parente125f1355a571dba8f9482390f7071e60671ef7f (diff)
downloadcpython-aa262b44b5b4b7a7dc472016e32f10d8bbc9344a.zip
cpython-aa262b44b5b4b7a7dc472016e32f10d8bbc9344a.tar.gz
cpython-aa262b44b5b4b7a7dc472016e32f10d8bbc9344a.tar.bz2
Issue #8665: Fix `make pycremoval` exiting with non-zero status.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 55cac90..69a3199 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1165,7 +1165,7 @@ 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 '__pycache__' -exec rmdir {} '+'
rmtestturds:
-rm -f *BAD *GOOD *SKIPPED