From owner-java@FreeBSD.ORG Mon Dec 15 19:58:08 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA18385 for java-outgoing; Mon, 15 Dec 1997 19:58:08 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA18374; Mon, 15 Dec 1997 19:57:56 -0800 (PST) (envelope-from alex.boisvert@gel.usherb.ca) Received: from castor.gel.usherb.ca. (castor.gel.usherb.ca [132.210.70.4]) by zeus.gel.usherb.ca (8.8.8/8.8.8) with ESMTP id WAA22324; Mon, 15 Dec 1997 22:57:53 -0500 (EST) Received: (from boia01@localhost) by castor.gel.usherb.ca. (8.8.8/8.8.8) id WAA16482; Mon, 15 Dec 1997 22:57:53 -0500 (EST) Date: Mon, 15 Dec 1997 22:57:52 -0500 (EST) From: "Alex.Boisvert" To: Nate Williams cc: Nate Williams , nate@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: Diffs for 1.1.2 (fwd) In-Reply-To: <199712160038.RAA06870@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Mon, 15 Dec 1997, Nate Williams wrote: > > Great, how about any special build trees, or mods to the original source > tree? > > I note the top of the diff contains lines like this, and there is no > javasrc/build/freebsd tree anywhere. :) > > *** orig/build/freebsd/GNUmakefile Wed May 28 02:52:10 1997 > --- javasrc/build/freebsd/GNUmakefile Thu Nov 13 20:08:43 1997 > I didn't cover this because it's (partly) explained in the README at the top of the hierarchy of the JDK source. I'm not home anymore, so I don't have my notes handy, but I think you'll have to do the following: mv javasrc/build/solaris javasrc/build/freebsd mv javasrc/src/solaris javasrc/src/freebsd rm -rf javasrc/build/win32 rm -rf javasrc/src/win32 rm -rf javasrc/src/ODBC > ps. I *just* got email from Sun pointing me at the JDK1.1.5 sources, > download in progress. :) :) Good. Did you get a commercial license or the non-commercial? Alex.