From owner-cvs-src@FreeBSD.ORG Wed Oct 12 21:54:38 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 7D1FD16A41F; Wed, 12 Oct 2005 21:54:38 +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 12CAD43D4C; Wed, 12 Oct 2005 21:54:37 +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 j9CLq6F5061366; Wed, 12 Oct 2005 15:52:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 12 Oct 2005 15:53:13 -0600 (MDT) Message-Id: <20051012.155313.60482924.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200510121440.15780.jhb@freebsd.org> References: <20051012170509.GH99170@submonkey.net> <200510121440.15780.jhb@freebsd.org> 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 15:52:07 -0600 (MDT) Cc: yar@FreeBSD.org, src-committers@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-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 21:54:38 -0000 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. Warner