From owner-freebsd-current Fri Dec 15 8:57:44 2000 From owner-freebsd-current@FreeBSD.ORG Fri Dec 15 08:57:41 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id B0C2337B400 for ; Fri, 15 Dec 2000 08:57:41 -0800 (PST) Received: from rfx-64-6-211-1.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 15 Dec 2000 08:55:46 -0800 Received: (from cjc@localhost) by rfx-64-6-211-1.users.reflexcom.com (8.11.0/8.11.0) id eBFGvIm73514; Fri, 15 Dec 2000 08:57:18 -0800 (PST) (envelope-from cjc) Date: Fri, 15 Dec 2000 08:57:17 -0800 From: "Crist J. Clark" To: Sheldon Hearn Cc: cjclark@alum.mit.edu, Warner Losh , Alfred Perlstein , current@freebsd.org Subject: Re: buildkernel target breaks on pcivar.h Message-ID: <20001215085717.M96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001214142834.A39222@rfx-64-6-211-1.users.reflexcom.> <86816.976870908@axl.fw.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86816.976870908@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Fri, Dec 15, 2000 at 11:01:48AM +0200 Sender: cjc@rfx-64-6-211-1.users.reflexcom.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 15, 2000 at 11:01:48AM +0200, Sheldon Hearn wrote: > > > On Thu, 14 Dec 2000 14:28:34 PST, "Crist J. Clark" wrote: > > > Anyone else have one of those? And what makes me even more suspicious > > is I have that exact same .depend file (same name, not same contents) > > in my STABLE tree. It's the only one there too with roughly the same > > date (two days later). > > I've taken a closer look at the script I use to autobuild world and > kernel every night. > > 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. Actually, a 'make cleandir' from /usr/src will not clean the sys/modules hierarchy unless MODULES_WITH_WORLD is set. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message