mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
#4007: remove *.a and *.so.X.Y files in "make clean".
This commit is contained in:
parent
62e2ca2193
commit
241bdab735
1 changed files with 2 additions and 1 deletions
|
|
@ -1185,8 +1185,9 @@ docclean:
|
|||
-rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils
|
||||
|
||||
clean: pycremoval
|
||||
find . -name '*.o' -exec rm -f {} ';'
|
||||
find . -name '*.[oa]' -exec rm -f {} ';'
|
||||
find . -name '*.s[ol]' -exec rm -f {} ';'
|
||||
find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
|
||||
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
|
||||
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
|
||||
-rm -f Lib/lib2to3/*Grammar*.pickle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue