Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6ab96e41
Commit
6ab96e41
authored
Nov 05, 2011
by
Petri Lehtinen
Browse files
Options
Browse Files
Download
Plain Diff
Remove __pycache__ directories correctly on OpenBSD
Closes #13326.
parents
03b08193
bc74ee03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
View file @
6ab96e41
...
...
@@ -1285,8 +1285,8 @@ TAGS::
# Sanitation targets -- clean leaves libraries, executables and tags
# files, which clobber removes as well
pycremoval
:
-
find
$(srcdir)
-depth
-name
'__pycache__'
-exec
rm
-rf
{}
';'
-
find
$(srcdir)
-name
'*.py[co]'
-exec
rm
-f
{}
';'
-
find
$(srcdir)
-name
'__pycache__'
-exec
rmdir
{}
'+'
rmtestturds
:
-
rm
-f
*
BAD
*
GOOD
*
SKIPPED
...
...
Misc/NEWS
View file @
6ab96e41
...
...
@@ -1445,6 +1445,8 @@ Library
Build
-----
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
- PEP 393: the configure option --with-wide-unicode is removed.
- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment