From owner-cvs-all Thu May 2 22:36:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95F3E37B420; Thu, 2 May 2002 22:36:11 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g435aBt93902; Thu, 2 May 2002 22:36:11 -0700 (PDT) (envelope-from glewis) Message-Id: <200205030536.g435aBt93902@freefall.freebsd.org> From: Greg Lewis Date: Thu, 2 May 2002 22:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/05/02 22:36:11 PDT Modified files: java/jdk13 Makefile Log: Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap with an already installed native JDK rather than insisting on the hardcoded Sun Linux JDK as the bootstrapper. This also means that one can remove the Sun Linux JDK after the initial build if so desired. This may be superseded by a more general method of specifying the bootstrap compiler from bsd.java.mk at a later date. Reviewed by: sobomax Approved by: sobomax Revision Changes Path 1.25 +4 -0 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message