From owner-freebsd-stable Wed Aug 23 2:43:29 2000 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 119FC37B42C for ; Wed, 23 Aug 2000 02:43:21 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Aug 2000 10:43:20 +0100 (BST) Date: Wed, 23 Aug 2000 10:43:20 +0100 From: David Malone To: igorr@crosswinds.net Cc: freebsd-stable@freebsd.org Subject: Re: make installworld over NFS doesn't work anymore Message-ID: <20000823104320.A77324@walton.maths.tcd.ie> References: <200008221500.JAA84714@cthulhu.methodsystems.com> <7070847783.20000822175501@buz.ch> <20000823131717.B12927@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000823131717.B12927@linux.rainbow>; from igor@raduga.dyndns.org on Wed, Aug 23, 2000 at 01:17:17PM +0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Aug 23, 2000 at 01:17:17PM +0400, Igor Roboul wrote: > but, if I think correctly, /usr/obj is machine dependent? If you have > two systems, for example i386 & i686, you can have common source (/usr/src) > but on i686 you may have CFLAGS=-march=pentiumpro in /etc/make.conf and > on i386 does not. > So /usr/src can be RO and on NFS, but /usr/obj need to be local (or common for > equal architectures and rw) Not really - if you think about it the system people install when the install from CD is all built from one /usr/src and installed from one /usr/obj. If you want to build different versions, then you have that option but it certainly doesn't have to be that way. As far as I remember, installing from a ro /usr/obj has worked for quite a long time, and should be fixed if it is broken. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message