Date: Sun, 12 Dec 1999 08:43:06 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <199912121643.IAA22992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912121643.IAA22992>