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+=3D     DONT_ENABLE_IPV6=3D"YES"
 .endif

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

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


This really speeds up hotspot builds on multiple CPU machines.

Jiawei
--=20
"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>