From owner-cvs-src@FreeBSD.ORG Wed Mar 8 23:53:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C68BB16A422; Wed, 8 Mar 2006 23:53:24 +0000 (GMT) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (mx2.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A20A43D48; Wed, 8 Mar 2006 23:53:24 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.12.8) with ESMTP id k28NrEDv084459; Wed, 8 Mar 2006 16:53:14 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.4/8.13.4) with ESMTP id k28NrEaB009514; Wed, 8 Mar 2006 16:53:14 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.4/8.13.4/Submit) id k28NrAqF009511; Wed, 8 Mar 2006 16:53:10 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17423.28262.332012.2331@gromit.timing.com> Date: Wed, 8 Mar 2006 16:53:10 -0700 From: John E Hein To: Garance A Drosehn In-Reply-To: References: <20060308071705.GJ62485@garage.freebsd.pl> <86ek1dwfa6.fsf@xps.des.no> <20060308150647.GG737@garage.freebsd.pl> <20060308.085928.120042761.imp@bsdimp.com> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: src-committers@FreeBSD.org, pjd@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, des@des.no, "M. Warner Losh" Subject: Re: cvs commit: src/tools/regression/lib/libc/resolv Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 23:53:24 -0000 Garance A Drosehn wrote at 13:31 -0500 on Mar 8, 2006: > At 8:59 AM -0700 3/8/06, M. Warner Losh wrote: > >In message: <20060308150647.GG737@garage.freebsd.pl> > > Pawel Jakub Dawidek writes: > >: On Wed, Mar 08, 2006, Dag-Erling Sm?rgrav wrote: > >: +> > >: +> Since we abandoned MAN[1-9]. The fact that many old Makefiles > >: +> still use NO_MAN doesn't make it right; NO_MAN is a user knob, > >: +> not a Makefile knob (same distinction as between WITH_FOO and > >: +> USE_FOO in the ports tree). > >: > >: Fair enough. Maybe we should fix NO_MAN= uses, so it doesn't > >: create confusion? > > > >Seems like a reasonable thing to do. Cut and paste copying > >of bad examples is a big source of bogusness in our tree... > > If we fix this in some makefiles in -current, should we also > (eventually) MFC the changes back into RELENG_6? Or is it > only an issue for -current? Fix share/mk/bsd.README, too. It says that NO_MAN is a Makefile knob.