From owner-cvs-all Sun Dec 12 8:46: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD36A14F9B; Sun, 12 Dec 1999 08:45:58 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA23225; Sun, 12 Dec 1999 08:45:58 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912121645.IAA23225@freefall.freebsd.org> From: Peter Wemm Date: Sun, 12 Dec 1999 08:45:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/12 08:45:58 PST Modified files: share/mk bsd.kmod.mk Log: Use the -c and -h args of vnode_if.sh to generate only the .h file that we use. The .c half is statically compiled into the kernel. It's kinda silly to generate a .h file on the fly that has inlines to call the .c stuff when the .c code is fixed. Also, zap the special treatment for VFS_KLD modules. This treatment applies to lots of things, not just VFS's. Revision Changes Path 1.69 +8 -10 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message