cvs commit: src/sys/conf kmod.mk
Ruslan Ermilov
ru at freebsd.org
Tue Dec 7 23:31:07 PST 2004
Hi Brian,
On Wed, Dec 08, 2004 at 03:54:32AM +0000, Brian Feldman wrote:
> green 2004-12-08 03:54:32 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf kmod.mk
> Log:
> Unbreak KLDs that use VFS by accounting for changes in the generation
> process for the vnode header files.
>
> Revision Changes Path
> 1.175 +18 -7 src/sys/conf/kmod.mk
>
This fix was incomplete. The vnode_if.h dependencies (vnode_if_newproto.h
and vnode_if_typedef.h) were missing, so in case the tools/vnode_if.awk or
kern/vnode_if.src changed, they would *not* be regenerated, which is bad.
They were also missing in CLEANFILES.
Anyway, I've fixed all of this in rev. 1.176. (Verified with standalone
modules build and "make buildkernel".)
Cheers,
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20041208/86df3a15/attachment.bin
More information about the cvs-src
mailing list