[Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #13547.

stefan.krah python-checkins at python.org
Thu Dec 8 23:34:28 CET 2011


http://hg.python.org/cpython/rev/053c95ad09cf
changeset:   73895:053c95ad09cf
parent:      73893:090574ed8db1
parent:      73894:8ed2c4d4df62
user:        Stefan Krah <skrah at bytereef.org>
date:        Thu Dec 08 23:31:40 2011 +0100
summary:
  Merge fix for issue #13547.

files:
  Makefile.pre.in |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1315,6 +1315,8 @@
 	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 {} ';'

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list