From owner-cvs-src@FreeBSD.ORG Tue Aug 3 19:14:14 2004 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 B320316A4CE; Tue, 3 Aug 2004 19:14:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A4743D5F; Tue, 3 Aug 2004 19:14:14 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i73JEEGa083264; Tue, 3 Aug 2004 19:14:14 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i73JEELX083263; Tue, 3 Aug 2004 19:14:14 GMT (envelope-from harti) Message-Id: <200408031914.i73JEELX083263@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 3 Aug 2004 19:14:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 Aug 2004 19:14:14 -0000 harti 2004-08-03 19:14:14 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Correct the description of the MFLAGS and .MAKEFLAGS variables. Add the MFLAGS target. Document that variable assignments from the MAKEFLAGS environment variable and the .MAKEFLAGS and .MFLAGS target have the same precedence as command line variable assignments. Revision Changes Path 1.76 +16 -6 src/usr.bin/make/make.1