cvs commit: src/sys/conf kmod.mk

David O'Brien obrien at freebsd.org
Wed Apr 20 09:12:19 PDT 2005


On Wed, Apr 20, 2005 at 08:59:05AM +0300, Ruslan Ermilov wrote:
> This is easily fixable:
> 
> 	make cleandepend
> 	make depend
> 	make

Then why does 'make kernel-depend' do 'rm -f .depend'?
I'm sitting in the kernel directory, I expect the ways of building
modules to be as close to building the kernel (which is just a special
.ko) as possible.

We've never documented that 'make cleandepend' is nearly a required step
for 'make depend' to be dependable.

-- 
-- David  (obrien at FreeBSD.org)


More information about the cvs-src mailing list