summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-29 16:12:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-29 16:12:58 (GMT)
commitbfbfc8deb2b1a1886fc5af74da593e9409dc99b9 (patch)
tree724f52aeffed967471bf769eb089fab0a7d4ac58 /Mac/BuildScript
parent1770fde94cb2bbcd05f4e3e72e2b78074566f522 (diff)
downloadcpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.zip
cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.tar.gz
cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.tar.bz2
Removed unintentional trailing spaces in text files.
Diffstat (limited to 'Mac/BuildScript')
-rw-r--r--Mac/BuildScript/README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt
index 3ced066..46830ad 100644
--- a/Mac/BuildScript/README.txt
+++ b/Mac/BuildScript/README.txt
@@ -2,10 +2,10 @@ Building a Python Mac OS X distribution
=======================================
The ``build-install.py`` script creates Python distributions, including
-certain third-party libraries as necessary. It builds a complete
-framework-based Python out-of-tree, installs it in a funny place with
-$DESTROOT, massages that installation to remove .pyc files and such, creates
-an Installer package from the installation plus other files in ``resources``
+certain third-party libraries as necessary. It builds a complete
+framework-based Python out-of-tree, installs it in a funny place with
+$DESTROOT, massages that installation to remove .pyc files and such, creates
+an Installer package from the installation plus other files in ``resources``
and ``scripts`` and placed that on a ``.dmg`` disk image.
For Python 3.4.0, PSF practice is to build two installer variants
@@ -101,7 +101,7 @@ for each release.
/usr/bin/python build-installer.py \
--sdk-path=/Developer/SDKs/MacOSX10.4u.sdk \
--universal-archs=32-bit \
- --dep-target=10.3
+ --dep-target=10.3
- builds the following third-party libraries
@@ -116,7 +116,7 @@ for each release.
- requires ActiveState ``Tcl/Tk 8.4`` (currently 8.4.20) to be installed for building
- recommended build environment:
-
+
* Mac OS X 10.5.8 PPC or Intel
* Xcode 3.1.4 (or later)
* ``MacOSX10.4u`` SDK (later SDKs do not support PPC G3 processors)
@@ -174,7 +174,7 @@ Here are the steps you need to follow to build a Python installer:
Building other universal installers
...................................
-It is also possible to build a 4-way universal installer that runs on
+It is also possible to build a 4-way universal installer that runs on
OS X 10.5 Leopard or later::
/usr/bin/python /build-installer.py \
@@ -208,7 +208,7 @@ a PPC G4 system with OS X 10.5 and at least one Intel system running OS X
/usr/local/bin/pythonn.n -m test -w -u all,-largefile
/usr/local/bin/pythonn.n-32 -m test -w -u all
-
+
Certain tests will be skipped and some cause the interpreter to fail
which will likely generate ``Python quit unexpectedly`` alert messages
to be generated at several points during a test run. These are normal