From owner-freebsd-current@FreeBSD.ORG Thu Apr 15 19:08:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5F5716A4CE; Thu, 15 Apr 2004 19:08:38 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4E743D53; Thu, 15 Apr 2004 19:08:38 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i3G28b4u010913; Fri, 16 Apr 2004 12:08:37 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3G28YI2026812; Fri, 16 Apr 2004 12:08:36 +1000 Date: Fri, 16 Apr 2004 12:08:33 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Cyrille Lefevre In-Reply-To: <00f401c4232b$8700d0c0$7890a8c0@dyndns.org> Message-ID: <20040416115549.P11609@gamplex.bde.org> References: <00f401c4232b$8700d0c0$7890a8c0@dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: arch@FreeBSD.org cc: "current @FreeBSD.org" Subject: Re: bin/41071: make NO to NO_ transition patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 02:08:39 -0000 On Thu, 15 Apr 2004, Cyrille Lefevre wrote: > anyone interrested to validate and commit this PR ? I hope not. > it provide a patch set to change all NOFOO variables to NO_FOO. This goes in a direction that I disagree with, and it even changes all of the old mostly-internal variables like NOMAN. About half of the 285+ files touched by it are to change the correct spelling of NOMAN in scattered Makefiles. Bruce