From owner-cvs-src@FreeBSD.ORG Wed Oct 12 16:35:52 2005 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 38C8A16A41F; Wed, 12 Oct 2005 16:35:52 +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 C517443D45; Wed, 12 Oct 2005 16:35:51 +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 j9CGYWBC055644; Wed, 12 Oct 2005 10:34:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 12 Oct 2005 10:34:32 -0600 (MDT) Message-Id: <20051012.103432.74694671.imp@bsdimp.com> To: glebius@FreeBSD.org From: Warner Losh In-Reply-To: <20051012152307.GV14542@cell.sick.ru> References: <200510121009.j9CA9aE3026075@repoman.freebsd.org> <20051012.091330.53066886.imp@bsdimp.com> <20051012152307.GV14542@cell.sick.ru> 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]); Wed, 12 Oct 2005 10:34:32 -0600 (MDT) Cc: cvs-src@FreeBSD.org, yar@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make make.1 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, 12 Oct 2005 16:35:52 -0000 From: Gleb Smirnoff Subject: Re: cvs commit: src/usr.bin/make make.1 Date: Wed, 12 Oct 2005 19:23:07 +0400 > On Wed, Oct 12, 2005 at 09:13:30AM -0600, M. Warner Losh wrote: > M> : yar 2005-10-12 10:09:36 UTC > M> : > M> : FreeBSD src repository > M> : > M> : Modified files: > M> : usr.bin/make make.1 > M> : Log: > M> : __MAKE_CONF doesn't really belong here because it is > M> : a FreeBSD extension of sys.mk. A xref to make.conf(5) > M> : will be enough here. > M> : > M> : Requested by: ru > M> > M> I disagree. It is already hard enough to find info about __MAKE_CONF, > M> and since it is part of the base system, this seems like an artificial > M> distinction. > > I think that seeking __MAKE_CONF in make.conf(5) is straightforward. I didn't say that. I'm saying it should be in make.1 as well, since that's where a lot of folks will look for it... Since I added the functionality, don't I get a say in where we document it? Warner