From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 15 09:21:30 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6697C16A4CE; Sun, 15 Feb 2004 09:21:30 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B4643D2D; Sun, 15 Feb 2004 09:21:29 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1FHLTnJ084595; Sun, 15 Feb 2004 10:21:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 15 Feb 2004 10:20:32 -0700 (MST) Message-Id: <20040215.102032.46712244.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20040215092056.GF22136@saboteur.dek.spc.org> References: <20040215092056.GF22136@saboteur.dek.spc.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org cc: drosih@rpi.edu Subject: Re: Adding 'realclean' target to /usr/src/Makefile X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2004 17:21:30 -0000 In message: <20040215092056.GF22136@saboteur.dek.spc.org> Bruce M Simpson writes: : It would be helpful if it were pointed out in documentation somewhere : that the path to the compile and source directories, when doing NFS : kernel installs, has to be identical to those which were in effect on ^^^^^^^^ : the build box due to the treatment of MAKEOBJDIRPREFIX during the modules : build (and subsequent modules/* path creation). Remove the word kernel. It has to be identical for *ALL* installs. *OR* you have to play games with symbolic links (which is what Timing Solutions does for their chroot build environments). Warner