From owner-cvs-src@FreeBSD.ORG Thu Aug 28 09:04:59 2003 Return-Path: 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 DAFD016A4C0; Thu, 28 Aug 2003 09:04:59 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7E043FF3; Thu, 28 Aug 2003 09:04:58 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7SG4vQX090369; Thu, 28 Aug 2003 09:04:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7SG4vJc090368; Thu, 28 Aug 2003 09:04:57 -0700 (PDT) Date: Thu, 28 Aug 2003 09:04:57 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20030828160457.GA89770@dragon.nuxi.com> References: <200308280403.h7S43EVW056480@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308280403.h7S43EVW056480@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 16:05:00 -0000 On Wed, Aug 27, 2003 at 09:03:14PM -0700, Marcel Moolenaar wrote: > FreeBSD src repository > Modified files: > . Makefile > share/man/man5 make.conf.5 > Log: > Limit testing for an up-to-date version of make(1) to the world and > buildworld targets by default, but allow it to be done for all user > targets by introducing a boolean option, named ALWAYS_CHECK_MAKE. Thank you!