Date: 14 Dec 1999 00:43:50 +0100 From: assar@stacken.kth.se To: Peter Wemm <peter@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 src/sys/alpha/conf Makefile.alpha src/sys/kern vnode_if.sh Message-ID: <5l4sdmtnih.fsf@assaris.sics.se> In-Reply-To: owner-cvs-all-digest@FreeBSD.ORG's message of "Sun, 12 Dec 1999 20:27:43 -0800 (PST)" References: <bulk.60964.19991212202742@hub.freebsd.org>
next in thread | previous 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 Why not be backwards compatible and let vnode_if.src without arguments do `-ch' ? /assar 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?5l4sdmtnih.fsf>