From owner-cvs-all Fri Dec 4 11:38:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11767 for cvs-all-outgoing; Fri, 4 Dec 1998 11:38:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11751; Fri, 4 Dec 1998 11:37:56 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.1/8.9.1) id LAA29610; Fri, 4 Dec 1998 11:25:33 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <199812041925.LAA29610@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h conf.h devicestat.h module.h src/sys/kern bus_if.m device_if.m kern_con In-Reply-To: from "Robert V. Baron" at "Dec 4, 1998 2:12:29 pm" To: rvb@cs.cmu.edu (Robert V. Baron) Date: Fri, 4 Dec 1998 11:25:32 -0800 (PST) Cc: wollman@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Robert V. Baron: > Garrett Wollman writes: > > > wollman 1998/11/14 13:58:52 PST > > > > Modified files: > > sys/sys bus.h bus_private.h conf.h devicestat.h > > module.h > > sys/kern bus_if.m device_if.m kern_conf.c > > subr_bus.c subr_devstat.c > > Log: > > My changes to the new device interface: > > I guess I didn't build a kernel in a while so I just got nailed by > this: subr_rman.c includes sys/bus.h. But bus.h could not find > > /* > * Some common device interfaces. > */ > #include "device_if.h" > #include "bus_if.h" > > These actually get built later in a kernel build, so this could be > solved by a few dependency lines in the Makefile. (I don't make > depend in my kernel build area. (I just rm -rf)) > Point gun at foot, pull trigger. Config(8) clearly states that you need to run "make depend". -- Steve finger kargl@troutmask.apl.washington.edu http://troutmask.apl.washington.edu/~clesceri/kargl.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message