From owner-cvs-all@FreeBSD.ORG Thu Oct 13 13:55:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C94116A41F; Thu, 13 Oct 2005 13:55:09 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2797D43D45; Thu, 13 Oct 2005 13:55:04 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j9DDssTa063354; Thu, 13 Oct 2005 17:54:55 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j9DDss46063353; Thu, 13 Oct 2005 17:54:54 +0400 (MSD) (envelope-from yar) Date: Thu, 13 Oct 2005 17:54:54 +0400 From: Yar Tikhiy To: "M. Warner Losh" Message-ID: <20051013135453.GC56193@comp.chem.msu.su> References: <20051012170509.GH99170@submonkey.net> <200510121440.15780.jhb@freebsd.org> <20051012.155313.60482924.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051012.155313.60482924.imp@bsdimp.com> User-Agent: Mutt/1.5.9i Cc: src-committers@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org, gad@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 13:55:09 -0000 On Wed, Oct 12, 2005 at 03:53:13PM -0600, M. Warner Losh wrote: > In message: <200510121440.15780.jhb@freebsd.org> > John Baldwin writes: > : make(1) does honor some special environment variables like MAKEOBJDIRPREFIX, > : but __MAKE_CONF is not one of them. It is handled in sys.mk, not in the > : make(1) program itself. > > We've already wasted too much time on this bikeshed... > > However, nearly nobody uses %POSIX, so it should be in make(1). > sys.mk is a standard part of the system, and make(1) should document > it and its behavior. No problem, __MAKE_CONF mentioned will be among other improvements to the make(1) page that are to be committed in a day or two. Ruslan doesn't object to it since now __MAKE_CONF will be described in an apparent connection to sys.mk. -- Yar