From owner-cvs-all Mon Dec 13 15:43:49 1999 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dyna225-099.nada.kth.se [130.237.225.99]) by hub.freebsd.org (Postfix) with ESMTP id 6C7AC152CE; Mon, 13 Dec 1999 15:43:40 -0800 (PST) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id AAA00771; Tue, 14 Dec 1999 00:43:51 +0100 (CET) (envelope-from assar) From: assar@stacken.kth.se To: Peter Wemm 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 References: Date: 14 Dec 1999 00:43:50 +0100 In-Reply-To: owner-cvs-all-digest@FreeBSD.ORG's message of "Sun, 12 Dec 1999 20:27:43 -0800 (PST)" Message-ID: <5l4sdmtnih.fsf@assaris.sics.se> Lines: 24 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 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