From owner-cvs-all@FreeBSD.ORG Wed Dec 8 07:31:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E290D16A4CE; Wed, 8 Dec 2004 07:31:06 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289D743D7D; Wed, 8 Dec 2004 07:31:06 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB87V4Qg045703; Wed, 8 Dec 2004 09:31:04 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 65487-07; Wed, 8 Dec 2004 09:31:03 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB87V1Xb045693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Dec 2004 09:31:03 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iB87V0Xk038179; Wed, 8 Dec 2004 09:31:00 +0200 (EET) (envelope-from ru) Date: Wed, 8 Dec 2004 09:31:00 +0200 From: Ruslan Ermilov To: Brian Feldman , Poul-Henning Kamp Message-ID: <20041208073100.GA35079@ip.net.ua> References: <200412080354.iB83sWpd028684@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <200412080354.iB83sWpd028684@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 07:31:07 -0000 --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--