From: Robin Dunn Date: Sat, 6 Nov 2004 03:45:05 +0000 (+0000) Subject: don't use --jobs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eae9a17279bc96a8ee518457fd0adbb2b80db161?ds=inline;hp=d8d7193d767beecab7335e58df1fa0d25ae1e2ea don't use --jobs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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