Commit 6ab96e41 authored by Petri Lehtinen's avatar Petri Lehtinen

Remove __pycache__ directories correctly on OpenBSD

Closes #13326.
parents 03b08193 bc74ee03
...@@ -1285,8 +1285,8 @@ TAGS:: ...@@ -1285,8 +1285,8 @@ TAGS::
# Sanitation targets -- clean leaves libraries, executables and tags # Sanitation targets -- clean leaves libraries, executables and tags
# files, which clobber removes as well # files, which clobber removes as well
pycremoval: pycremoval:
-find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';'
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' -find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
-find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
rmtestturds: rmtestturds:
-rm -f *BAD *GOOD *SKIPPED -rm -f *BAD *GOOD *SKIPPED
......
...@@ -1445,6 +1445,8 @@ Library ...@@ -1445,6 +1445,8 @@ Library
Build Build
----- -----
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
- PEP 393: the configure option --with-wide-unicode is removed. - PEP 393: the configure option --with-wide-unicode is removed.
- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 - Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment