From owner-cvs-src@FreeBSD.ORG Thu Mar 9 16:41:07 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 D3E0916A420; Thu, 9 Mar 2006 16:41:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7426C43D46; Thu, 9 Mar 2006 16:41:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k29GcJFa011971; Thu, 9 Mar 2006 09:38:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 09 Mar 2006 09:38:25 -0700 (MST) Message-Id: <20060309.093825.112623724.imp@bsdimp.com> To: ru@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20060309090307.GK54826@ip.net.ua> References: <200603090133.k291XcfB005631@repoman.freebsd.org> <20060309090307.GK54826@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 09 Mar 2006 09:38:20 -0700 (MST) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.README 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: Thu, 09 Mar 2006 16:41:08 -0000 In message: <20060309090307.GK54826@ip.net.ua> Ruslan Ermilov writes: : On Thu, Mar 09, 2006 at 01:33:38AM +0000, Warner Losh wrote: : > imp 2006-03-09 01:33:38 UTC : > : > FreeBSD src repository : > : > Modified files: : > share/mk bsd.README : > Log: : > Now that we now spell NO_MAN=xxx MAN=, update the docs. : > : > Submitted by: John Hein : > : > Revision Changes Path : > 1.30 +1 -1 src/share/mk/bsd.README : > : I object. : : 1) This is not common: : : grep '^NO_MAN=' {bin,usr.bin,sbin,usr.sbin}/*/Makefile |wc -l : 10 : grep '^MAN=[[:space:]]*(#.*)?$' {bin,usr.bin,sbin,usr.sbin}/*/Makefile |wc -l : 0 : : 2) MAN= is worse for performance (with NO_MAN, bsd.man.mk is not : processes at all which is faster). : : 3) This is in contrast with NO_OBJ and similar knobs. : : I can only suggest to make it spell "NO_MAN=", i.e., without any value. : : Was there some discussion that I've missed? Sorry, I thought this was the consensus and direction people wanted to move. I've reverted. Warner