Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 1998 11:25:32 -0800 (PST)
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        rvb@cs.cmu.edu (Robert V. Baron)
Cc:        wollman@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
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
Message-ID:  <199812041925.LAA29610@troutmask.apl.washington.edu>
In-Reply-To: <yzsk907yb4y.fsf@sicily.odyssey.cs.cmu.edu> from "Robert V. Baron" at "Dec 4, 1998  2:12:29 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
According to Robert V. Baron:
> Garrett Wollman <wollman@FreeBSD.ORG> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812041925.LAA29610>