File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1285,8 +1285,8 @@ TAGS::
12851285# Sanitation targets -- clean leaves libraries, executables and tags
12861286# files, which clobber removes as well
12871287pycremoval:
1288+ -find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';'
12881289 -find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1289- -find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
12901290
12911291rmtestturds:
12921292 -rm -f *BAD *GOOD *SKIPPED
Original file line number Diff line number Diff line change @@ -1445,6 +1445,8 @@ Library
14451445Build
14461446-----
14471447
1448+ - Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
1449+
14481450- PEP 393: the configure option --with-wide-unicode is removed.
14491451
14501452- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
You can’t perform that action at this time.
0 commit comments