From owner-freebsd-questions Thu Aug 3 13:53:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id E199437B7CC for ; Thu, 3 Aug 2000 13:53:39 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.9.3/8.9.3) id QAA20691; Thu, 3 Aug 2000 16:53:04 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org, gabriel_ambuehl@buz.ch Subject: Re: make installworld and make installkernel over NFS... References: <125196984638.20000803173025@buz.ch> <20000803191945.F24886@hand.dotat.at> From: Lowell Gilbert Date: 03 Aug 2000 16:53:04 -0400 In-Reply-To: Tony Finch's message of "Thu, 3 Aug 2000 19:19:45 +0000" Message-ID: <44vgxidq33.fsf@lowellg.ne.mediaone.net> Lines: 24 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tony Finch writes: > mount the remote /usr/src and /usr/obj on the local /usr/src and > /usr/obj. There are some strange dependencies on absolute paths. That should not be the case. /usr/src shouldn't itself be a dependency, and /usr/obj should be relocatable by setting MAKEOBJDIRPREFIX to the appropriate place. I *think* this means that the poster should have been able to make this work by something like: # cd /mnt/src # make MAKEOBJDIRPREFIX=/mnt/obj installworld although I haven't tested it to be sure I haven't missed something obvious. The original poster didn't give any details on the versions of FreeBSD involved, but I suspect that he also has missed the changes in recommended upgrade methods. Reading /usr/src/UPDATING would be advisable in that case. Be well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message