From eae9a17279bc96a8ee518457fd0adbb2b80db161 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 6 Nov 2004 03:45:05 +0000 Subject: [PATCH 1/1] don't use --jobs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/mac/wxPythonOSX/build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wxPython/distrib/mac/wxPythonOSX/build b/wxPython/distrib/mac/wxPythonOSX/build index 01beddfae5..a9531de0d8 100755 --- a/wxPython/distrib/mac/wxPythonOSX/build +++ b/wxPython/distrib/mac/wxPythonOSX/build @@ -99,9 +99,10 @@ else PYUNICODEOPT=0 fi -if [ "$HOSTNAME" = "bigmac.alldunn.com" ]; then - MAKEJOBS="--jobs=2" -fi +#if [ "$HOSTNAME" = "bigmac.alldunn.com" ]; then +# MAKEJOBS="--jobs=2" +#fi + if [ -z "$TARBALLDIR" ]; then # this is a spot on my fileserver where the tarballs go, adjust -- 2.45.2