diff -r 147a7ffccb03 make_perf3.sh --- a/make_perf3.sh Fri Nov 12 21:52:49 2010 +0100 +++ b/make_perf3.sh Sat Nov 13 21:22:46 2010 -0800 @@ -30,7 +30,7 @@ cp "${srcdir}/perf.py" perf.py ${CONVERT} perf.py -SAFE_LIBS="2to3 bazaar django google_appengine html5lib lockfile mercurial rietveld spitfire" +SAFE_LIBS="2to3" mkdir lib for safe_lib in ${SAFE_LIBS}; do cp -a "${srcdir}/lib/${safe_lib}" lib/${safe_lib} @@ -38,7 +38,6 @@ done cp -a "${srcdir}/performance" performance -${CONVERT} performance # The 2to3 benchmark looks for sample data to run over behind the # 2to3_data symlink. That needs to point to python-2 source, even