From owner-cvs-all Wed Feb 4 15:25:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07440 for cvs-all-outgoing; Wed, 4 Feb 1998 15:25:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07414; Wed, 4 Feb 1998 15:25:11 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id XAA29581; Wed, 4 Feb 1998 23:25:08 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id AAA05583; Thu, 5 Feb 1998 00:25:05 +0100 (MET) Message-ID: <19980205002503.34361@follo.net> Date: Thu, 5 Feb 1998 00:25:03 +0100 From: Eivind Eklund To: hackers@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_lookup.c ext2_subr.c ext2_vnops.c src/sys/i386/i386 busdma_machdep.c machdep.c pmap.c swtch.s trap.c vm86.c vm_machdep.c src/sys/i386/ibcs2 ibcs2_sysi86. Reply-To: hackers@FreeBSD.ORG References: <199802042234.OAA23694@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802042234.OAA23694@freefall.freebsd.org>; from Eivind Eklund on Wed, Feb 04, 1998 at 02:34:06PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" [Cc:'ed to committers as it is important all that all committers read at least the preliminary] On Wed, Feb 04, 1998 at 02:34:06PM -0800, Eivind Eklund wrote: > eivind 1998/02/04 14:34:05 PST > > Modified files: [...] > Log: > Turn DIAGNOSTIC into a new-style option. This mark the last of the old-style option conversions; please don't introduce any new ones (globally, that is - the old style is still convenient for local testing). The only old-style option left is DEBUG; it means a lot of different things different places, and should probably mainly be used by rm file.o; make CC="cc -DDEBUG" to add debugging to particular places. So, it is not being converted :-) In fact, I'm considering converting many of the other debug options to this form. On further work: Unless somebody come up with a better scheme, I'm going to go through all the header files looking for option dependencies, and add #if defined(COMPILING_LINT) && !defined(