Commit 221ea5d9 authored by Stefan Krah's avatar Stefan Krah

Merge fix for issue #13547.

parents 2ac5fac2 383dd585
......@@ -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 {} ';'
......
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