mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed
This commit is contained in:
parent
af04ff2b97
commit
383dd58533
1 changed files with 1 additions and 0 deletions
|
@ -1252,6 +1252,7 @@ clean: pycremoval
|
||||||
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
|
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
|
||||||
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
|
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
|
||||||
-rm -f Lib/lib2to3/*Grammar*.pickle
|
-rm -f Lib/lib2to3/*Grammar*.pickle
|
||||||
|
-rm -f Modules/_testembed
|
||||||
|
|
||||||
profile-removal:
|
profile-removal:
|
||||||
find . -name '*.gc??' -exec rm -f {} ';'
|
find . -name '*.gc??' -exec rm -f {} ';'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue