From owner-freebsd-current Fri Dec 15 13:48:21 2000 From owner-freebsd-current@FreeBSD.ORG Fri Dec 15 13:48:19 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 18A7537B400 for ; Fri, 15 Dec 2000 13:48:18 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBFLmDs93537; Fri, 15 Dec 2000 14:48:13 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA71587; Fri, 15 Dec 2000 14:48:12 -0700 (MST) Message-Id: <200012152148.OAA71587@harmony.village.org> To: Sheldon Hearn Subject: Re: buildkernel target breaks on pcivar.h Cc: cjclark@alum.mit.edu, Alfred Perlstein , current@FreeBSD.ORG In-reply-to: Your message of "Fri, 15 Dec 2000 11:01:48 +0200." <86816.976870908@axl.fw.uunet.co.za> References: <86816.976870908@axl.fw.uunet.co.za> Date: Fri, 15 Dec 2000 14:48:12 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <86816.976870908@axl.fw.uunet.co.za> Sheldon Hearn writes: : Correct me if I'm wrong, but I should _never_ have any .depend files : lying around during a build if I do this before every world + kernel : build: : rm -rf /usr/obj/usr/src : cd /usr/src : make cleandir : If I'm wrong, great. That means it's finger trouble and I should get my : act together. If not, then I'm quite puzzled as to the origins of these : things, since I don't use parallel builds. That's right. However, you can get these if you've gone in and built a module by hand at any point. In that case the .depend wind up in /usr/src rather than /usr/obj. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message