Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 17:03:51 +1030
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        "Wilkinson,Alex" <Alex.Wilkinson@dsto.defence.gov.au>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: why linux-sun-jdk13 ?
Message-ID:  <20021031170351.B35730@misty.eyesbeyond.com>
In-Reply-To: <20021031162823.L90689-100000@squirm.dsto.defence.gov.au>; from Alex.Wilkinson@dsto.defence.gov.au on Thu, Oct 31, 2002 at 04:34:15PM %2B1030
References:  <20021031162805.A35599@misty.eyesbeyond.com> <20021031162823.L90689-100000@squirm.dsto.defence.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 31, 2002 at 04:34:15PM +1030, Wilkinson,Alex wrote:
> Ok, I think you have misinterpreted what I have said.
> 
> Once JDK13 is installed and the linux-jdk is deleted. How do I install an upgrade if:
> 
> 1. I do a pkg_delete of jdk13.
> 2. Then I do a fresh install of jdk-the-updated-version.
> 
> Using NATIVE_BOOTSTRAP argument to make wouldn't work bec I have already deleted jdk13.
> 
> Or do you install the jdk-updated-version first and then pkg_delete the older version ?

This is what you can do:

make -DNATIVE_BOOTSTRAP
pkg_delete
make -DNATIVE_BOOTSTRAP install

So, the package deletion is performed after the build (which requires
the compiler to do bootstrapping) but before the install (which doesn't
require a JDK).  You might also be able to do this with the 'reinstall'
target, but I don't remember exactly what that does.

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




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