summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/scripts/postflight.framework
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-04 06:55:23 (GMT)
committerNed Deily <nad@acm.org>2015-07-04 06:55:23 (GMT)
commit28e15efce64ad67178a2ff86307410ab12969b7e (patch)
tree4f7a61d0b527466971faf5f9f69f8b8f92c93dd2 /Mac/BuildScript/scripts/postflight.framework
parenta84e1e929fda8cf93e45442d5a4967eab7013c62 (diff)
parent1b7f6fedb3472b709928e8763d0b86f99fb5d7a9 (diff)
downloadcpython-28e15efce64ad67178a2ff86307410ab12969b7e.zip
cpython-28e15efce64ad67178a2ff86307410ab12969b7e.tar.gz
cpython-28e15efce64ad67178a2ff86307410ab12969b7e.tar.bz2
Updates to the OS X installer (merge from 3.5)
Diffstat (limited to 'Mac/BuildScript/scripts/postflight.framework')
-rwxr-xr-xMac/BuildScript/scripts/postflight.framework16
1 files changed, 8 insertions, 8 deletions
diff --git a/Mac/BuildScript/scripts/postflight.framework b/Mac/BuildScript/scripts/postflight.framework
index eb08297..0f2e52c 100755
--- a/Mac/BuildScript/scripts/postflight.framework
+++ b/Mac/BuildScript/scripts/postflight.framework
@@ -6,23 +6,23 @@
PYVER="@PYVER@"
FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@"
-"${FWK}/bin/python@PYVER@" -Wi \
- "${FWK}/lib/python${PYVER}/compileall.py" \
+"${FWK}/bin/python@PYVER@" -E -s -Wi \
+ "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
-f -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
"${FWK}/lib/python${PYVER}"
-"${FWK}/bin/python@PYVER@" -Wi -O \
- "${FWK}/lib/python${PYVER}/compileall.py" \
+"${FWK}/bin/python@PYVER@" -E -s -Wi -O \
+ "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
-f -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
"${FWK}/lib/python${PYVER}"
-"${FWK}/bin/python@PYVER@" -Wi \
- "${FWK}/lib/python${PYVER}/compileall.py" \
+"${FWK}/bin/python@PYVER@" -E -s -Wi \
+ "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
-f -x badsyntax \
"${FWK}/lib/python${PYVER}/site-packages"
-"${FWK}/bin/python@PYVER@" -Wi -O \
- "${FWK}/lib/python${PYVER}/compileall.py" \
+"${FWK}/bin/python@PYVER@" -E -s -Wi -O \
+ "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
-f -x badsyntax \
"${FWK}/lib/python${PYVER}/site-packages"