summaryrefslogtreecommitdiffstats
path: root/python/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-01-26 18:35:38 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-01-26 18:35:38 +0100
commit8437b1f3ec0718b66f54530ae8dfcb699e9dcb6c (patch)
tree1f4453dfdfa769eeb9c94f8fd00877a702ec0a56 /python/makefile.mk
parentause110: #i106731# remove tarballs from scm and find them in download cache dir (diff)
parentCWS-TOOLING: integrate CWS printerpullpages (diff)
downloadcore-8437b1f3ec0718b66f54530ae8dfcb699e9dcb6c.tar.gz
core-8437b1f3ec0718b66f54530ae8dfcb699e9dcb6c.zip
ause110: update to DEV300m70
Diffstat (limited to 'python/makefile.mk')
-rw-r--r--python/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 9d8da24971df..928e83982405 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -51,7 +51,9 @@ all:
TARFILE_NAME=Python-$(PYVERSION)
TARFILE_MD5=e81c2f0953aa60f8062c05a4673f2be0
-PATCH_FILES=Python-$(PYVERSION).patch
+PATCH_FILES=\
+ Python-$(PYVERSION).patch \
+ Python-ssl.patch
CONFIGURE_DIR=
@@ -81,11 +83,7 @@ CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) ./configure --prefix=$(MYCWD)/python-in
.IF "$(OS)$(CPU)" == "SOLARISI"
CONFIGURE_ACTION += --disable-ipv6
.ENDIF
-.IF "$(OS)" == "IRIX"
-BUILD_ACTION=$(ENV_BUILD) gmake -j$(EXTMAXPROCESS) ; gmake install
-.ELSE
BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; chmod -R ug+w $(MYCWD)/python-inst
-.ENDIF
.ELSE
# ----------------------------------
# WINDOWS