mirror of
https://github.com/python/cpython.git
synced 2025-09-18 22:50:26 +00:00
Merge fix for issue #13547.
This commit is contained in:
commit
221ea5d931
1 changed files with 2 additions and 0 deletions
|
@ -1315,6 +1315,8 @@ clean: pycremoval
|
|||
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
|
||||
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
|
||||
-rm -f Lib/lib2to3/*Grammar*.pickle
|
||||
-rm -f Lib/_sysconfigdata.py
|
||||
-rm -f Modules/_testembed
|
||||
|
||||
profile-removal:
|
||||
find . -name '*.gc??' -exec rm -f {} ';'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue