From owner-cvs-all Sun Dec 12 8:43: 8 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 A08AD14F65; Sun, 12 Dec 1999 08:43:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22992; Sun, 12 Dec 1999 08:43:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912121643.IAA22992@freefall.freebsd.org> From: Peter Wemm Date: Sun, 12 Dec 1999 08:43:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf Makefile.i386 src/sys/alpha/conf Makefile.alpha src/sys/kern vnode_if.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/12 08:43:06 PST Modified files: sys/i386/conf Makefile.i386 sys/alpha/conf Makefile.alpha sys/kern vnode_if.sh Log: Use a seperate -c and -h mode. The vnode_if.c file is compiled only into the kernel while the vnode_if.h header is a bunch of inlines to call the code that is in the kernel. Generating the .h file on the fly is kinda bogus because it has to match the one compiled into the kernel. IMHO we should have kern/vnode_if.c and sys/vnode_if.h committed in the tree but that's another battle. Revision Changes Path 1.166 +8 -5 src/sys/i386/conf/Makefile.i386 1.34 +8 -5 src/sys/alpha/conf/Makefile.alpha 1.21 +151 -124 src/sys/kern/vnode_if.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message