summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Dist/build
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2004-12-27 15:53:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2004-12-27 15:53:20 (GMT)
commitde2ecb84660331dd5c455e093bde597f7e8c58de (patch)
tree197751f8481872e6de22759ec9ed12466c7338ad /Mac/OSX/Dist/build
parentc77f6dfd923e469cd645a0f825509cf0e9c490a0 (diff)
downloadcpython-de2ecb84660331dd5c455e093bde597f7e8c58de.zip
cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.gz
cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.bz2
Updated version numbers.
Diffstat (limited to 'Mac/OSX/Dist/build')
-rwxr-xr-xMac/OSX/Dist/build9
1 files changed, 5 insertions, 4 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index db6e2fb..b5ebe3e 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -1,12 +1,12 @@
#!/bin/sh -e
#----------------------------------------------------------------------
-# Build MacPython 2.3 and make an Installer package of it
+# Build MacPython 2.5 and make an Installer package of it
# TODO: Parameterize the versions, builddirs, etc...
# Script configs
-PYVERSION=2.4a0
-PYVER=2.4
+PYVERSION=2.5a0
+PYVER=2.5
BUILDNUM=1
DOCLEANUP=no
@@ -86,7 +86,8 @@ if [ ! -e waste ]; then
ln -s $WASTEDIR waste
fi
-$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
+#$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
+$PYTHONSRC/configure -C --enable-framework
make
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras