From owner-cvs-src@FreeBSD.ORG Tue Mar 1 03:12:14 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA3916A4CE; Tue, 1 Mar 2005 03:12:14 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BA543D5F; Tue, 1 Mar 2005 03:12:14 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j213CDwk081780; Mon, 28 Feb 2005 19:12:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j213CDlm081778; Mon, 28 Feb 2005 19:12:13 -0800 (PST) (envelope-from obrien) Date: Mon, 28 Feb 2005 19:12:13 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050301031213.GA81726@dragon.nuxi.com> References: <200502280923.j1S9NcKE004088@repoman.freebsd.org> <20050228093414.GA74879@ip.net.ua> <20050228093622.GB74879@ip.net.ua> <20050228182618.GB56766@dragon.nuxi.com> <20050228214233.GA6011@ip.net.ua> <20050228223115.GB62844@dragon.nuxi.com> <20050228230434.GA62151@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050228230434.GA62151@ip.net.ua> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/share/mk bsd.compat.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 03:12:14 -0000 On Tue, Mar 01, 2005 at 01:04:34AM +0200, Ruslan Ermilov wrote: > On Mon, Feb 28, 2005 at 02:31:15PM -0800, David O'Brien wrote: > > On Mon, Feb 28, 2005 at 11:42:33PM +0200, Ruslan Ermilov wrote: > > > If you are just hiding the warning, can you explain your reasoning, > > > as in my opinion it just kills the idea of "deprecation". People > > > will continue to use it, without letting us remove it safely later. > > > > 1. We don't deprecate it. There is no reason to. We keep other "ugly" > > stuff for even more trival reasons. > > 2. The warnings give faults postivies to build issues. > > > *Shrug* > > 1. My plan on deprecating them in 7.0-RELEASE was OK'ed by core@. > For now (RELENG_5 and RELENG_6), old spellings are supported, > and deprecation warning is issued. > > 2. What makes NOCLEAN so special, what about other knobs? It is issued from the command line [many times], the others are written once in a Makefile. Since your desire to kill off 'NOCLEAN', I've lost the contents of /usr/obj many, many times when I wanted to do a quick compile test before committing. -- -- David (obrien@FreeBSD.org)