From: Stefan Krah Date: Thu, 8 Dec 2011 22:25:15 +0000 (+0100) Subject: Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed X-Git-Tag: v3.2.3rc1~302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=383dd58533465f7c1dea4f60e942f283267fd1ed;p=thirdparty%2FPython%2Fcpython.git Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 3ff5f261e4f3..c49d777a7e0d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1252,6 +1252,7 @@ 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 Modules/_testembed profile-removal: find . -name '*.gc??' -exec rm -f {} ';'