Date: Wed, 8 Dec 2004 09:31:00 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Brian Feldman <green@freebsd.org>, Poul-Henning Kamp <phk@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20041208073100.GA35079@ip.net.ua> In-Reply-To: <200412080354.iB83sWpd028684@repoman.freebsd.org> References: <200412080354.iB83sWpd028684@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Brian, On Wed, Dec 08, 2004 at 03:54:32AM +0000, Brian Feldman wrote: > green 2004-12-08 03:54:32 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/conf kmod.mk=20 > Log: > Unbreak KLDs that use VFS by accounting for changes in the generation > process for the vnode header files. > =20 > Revision Changes Path > 1.175 +18 -7 src/sys/conf/kmod.mk >=20 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, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBtq20qRfpzJluFF4RAqzFAJ0TrV9tHy1koy+wIQZhheoNHzeCLwCfWKHF 8pamMScngfuknXmbAYsyjSw= =nmPT -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041208073100.GA35079>