From owner-freebsd-stable Wed Jan 27 09:23:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12585 for freebsd-stable-outgoing; Wed, 27 Jan 1999 09:23:36 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12569; Wed, 27 Jan 1999 09:23:28 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca13-237.ix.netcom.com [209.109.238.237]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id JAA02133; Wed, 27 Jan 1999 09:23:25 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id JAA67151; Wed, 27 Jan 1999 09:22:43 -0800 (PST) Date: Wed, 27 Jan 1999 09:22:43 -0800 (PST) Message-Id: <199901271722.JAA67151@silvia.hip.berkeley.edu> To: veldy@visi.com CC: freebsd-stable@FreeBSD.ORG, bde@FreeBSD.ORG In-reply-to: <00c601be4a17$7e95ead0$236319ac@w142844.carlson.com> (veldy@visi.com) Subject: Re: installworld over NFS doesn't seem to work From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: "Thomas T. Veldhouse" * That is what I originally tried, but it didn't work. Eventually I got it by * doing the following: * * cd /usr/obj * mkdir mnt * cd mnt * ln -s /mnt/obj/usr/src src * cd /mnt/src * make -DNOAOUT installworld Really? I would think that will have the same effect ("/usr/obj/mnt/src" pointing to "/usr/obj/usr/src"). Oh well. By the way, does anyone know if there is some way all this can be normalized back so that a subdir foo/bar of /usr/src will be built in /usr/obj/foo/bar regardless of where /usr/src actually points to? I know that the current behavior is good for allowing builds of multiple source trees but that seems like penalizing the more common case for the sake of a very minor case. (Without looking at the code, my guess is that it's pretty hard because it's using ${.CURDIR} all over the place, but anyway.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message