From owner-cvs-all@FreeBSD.ORG Thu Sep 9 06:18:08 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E31AD10656B5; Thu, 9 Sep 2010 06:18:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA5D88FC15; Thu, 9 Sep 2010 06:18:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o896I89O019474; Thu, 9 Sep 2010 06:18:08 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o896I8np019473; Thu, 9 Sep 2010 06:18:08 GMT (envelope-from glewis) Message-Id: <201009090618.o896I8np019473@repoman.freebsd.org> From: Greg Lewis Date: Thu, 9 Sep 2010 06:18:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/openjdk6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 06:18:09 -0000 glewis 2010-09-09 06:18:08 UTC FreeBSD ports repository Modified files: java/openjdk6 Makefile Log: . Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot make jobs. If not, fall back to the number of CPUs, as per the current behaviour. Only the HotSpot part of the build is safe to parallelise, so leave the port marked MAKE_JOBS_UNSAFE. Revision Changes Path 1.29 +7 -1 ports/java/openjdk6/Makefile