[71104] trunk/dports/java/openjdk6/Portfile

jmr at macports.org jmr at macports.org
Wed Sep 1 04:50:37 PDT 2010


Revision: 71104
          http://trac.macports.org/changeset/71104
Author:   jmr at macports.org
Date:     2010-09-01 04:50:35 -0700 (Wed, 01 Sep 2010)
Log Message:
-----------
openjdk6: use build.jobs (#26301)

Modified Paths:
--------------
    trunk/dports/java/openjdk6/Portfile

Modified: trunk/dports/java/openjdk6/Portfile
===================================================================
--- trunk/dports/java/openjdk6/Portfile	2010-09-01 10:53:44 UTC (rev 71103)
+++ trunk/dports/java/openjdk6/Portfile	2010-09-01 11:50:35 UTC (rev 71104)
@@ -129,7 +129,7 @@
     ALT_DEVTOOLS_PATH=/usr \
     ALT_CACERTS_FILE=/System/Library/Frameworks/JavaVM.framework/Home/lib/security/cacerts \
     NO_DOCS=true \
-    HOTSPOT_BUILD_JOBS=[expr [exec sysctl -n hw.ncpu] - 1]
+    HOTSPOT_BUILD_JOBS=${build.jobs}
 
 destroot {
     set path "${destroot}${prefix}/share/java/${name}/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100901/408272f6/attachment.html>


More information about the macports-changes mailing list