Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2005 21:22:47 +0800
From:      Jiawei Ye <leafy7382@gmail.com>
To:        java <freebsd-java@freebsd.org>
Subject:   Patch for JDK15 parallelized builds
Message-ID:  <c21e92e2050905062249f2753f@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

--- Makefile.orig       Mon Sep  5 20:41:49 2005
+++ Makefile    Mon Sep  5 21:18:48 2005
@@ -99,6 +99,10 @@
 MAKE_ENV+=     DONT_ENABLE_IPV6="YES"
 .endif

+.if defined(HOTSPOT_BUILD_JOBS)
+MAKE_ENV+=     HOTSPOT_BUILD_JOBS=${HOTSPOT_BUILD_JOBS}
+.endif
+
 ALL_TARGET=    all

 PLIST_FILES=   jdk${JDK_VERSION}/jre/.systemPrefs/.system.lock \


This really speeds up hotspot builds on multiple CPU machines.

Jiawei
-- 
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c21e92e2050905062249f2753f>