From owner-freebsd-hackers Mon Feb 5 02:06:11 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA16238 for hackers-outgoing; Mon, 5 Feb 1996 02:06:11 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA16233 for ; Mon, 5 Feb 1996 02:06:06 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id CAA25087; Mon, 5 Feb 1996 02:02:07 -0800 From: Julian Elischer Message-Id: <199602051002.CAA25087@ref.tfs.com> Subject: Re: Making serious use of FreeBSD... To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Mon, 5 Feb 1996 02:02:06 -0800 (PST) Cc: alexis@ww.net, freebsd-hackers@FreeBSD.ORG In-Reply-To: <199602050825.SAA07131@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Feb 5, 96 06:55:15 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > /src/FreeBSD > > /src/FreeBSD/current > > /src/FreeBSD/stable > > /src/FreeBSD/sup > > > > The appropriate sup instances gets appropriate version into > > appropriate directories. :-) How do I have more than one version > > compiled simultaneously on one machine (one filesystem)? I could > > make current/obj and stable/obj directories but how do I tell > > each collection to compile into the appropriate places? > > Not easily. Whilst the directory structures keep out of each other's way, > a world build will still clobber your standard libraries and includes. > You really need two machines 8( Well you can do what I do and have a separate sub-tree to which I chroot, after populating it with the appropriate utilities then I upgrade within that sub-tree by doing "make world". seems to work ok..