From owner-freebsd-hackers Sat Dec 20 15:36:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22876 for hackers-outgoing; Sat, 20 Dec 1997 15:36:56 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22870 for ; Sat, 20 Dec 1997 15:36:50 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id XAA02459; Sat, 20 Dec 1997 23:30:55 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id AAA11124; Sun, 21 Dec 1997 00:30:40 +0100 (MET) X-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) To: freebsd-hackers@FreeBSD.ORG, Karl Pielorz Subject: Re: Compiling Kernels on remote machine & using 'wrong' versions References: <199712162123.WAA03783@rvc1.informatik.ba-stuttgart.de> <199712201015.LAA29341@uriah.heep.sax.de> From: Eivind Eklund Date: 21 Dec 1997 00:30:39 +0100 In-Reply-To: j@uriah.heep.sax.de's message of Sat, 20 Dec 1997 11:15:55 +0100 (MET) Message-ID: <86u3c3vbhc.fsf@bitbox.follo.net> Lines: 26 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk j@uriah.heep.sax.de (J Wunsch) writes: > Wolfgang Helbig wrote: > > > Just build the kernel in > > /home/phoenix/usr/src/sys/compile/. AFAIK, the sources > > below the usr/src/sys directory are used exclusively for the kernel, > > regardless of the pathname of this directory. > > There might be some minor things like the inclusion of standard > (non-kenel) header files in `genassym' or `aicasm'. I've always been > able to resolve these issues at least manually (i.e.. by building those > two tools on the slow machine, aborting the `make' there, and > continuing the process on the fast machine in the NFS directory). The easiest way to solve this is to just extract the include directory, too. You want it like this: src/sys/ src/include/ A directory named 'include' in the same directory as your sys directory will always be preferred over the includes installed on the machine. Eivind.