From owner-cvs-all@FreeBSD.ORG Thu Aug 12 11:49:55 2004 Return-Path: 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 D266C16A4CE; Thu, 12 Aug 2004 11:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26A243D2F; Thu, 12 Aug 2004 11:49:55 +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 i7CBntOU019597; Thu, 12 Aug 2004 11:49:55 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7CBntEm019596; Thu, 12 Aug 2004 11:49:55 GMT (envelope-from harti) Message-Id: <200408121149.i7CBntEm019596@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 12 Aug 2004 11:49:55 +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 Makefile main.c nonints.h var.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 12 Aug 2004 11:49:56 -0000 harti 2004-08-12 11:49:55 UTC FreeBSD src repository Modified files: usr.bin/make Makefile main.c nonints.h var.c Log: Put variable assignments on .MAKEFLAGS and .MFLAGS targets into the .MAKEFLAGS variable so that these are also passed to sub-makes. This makes the handling of variables in the command environment more consistent. PR: bin/68853 Submitted by: Martin Kamerhofer Revision Changes Path 1.33 +1 -1 src/usr.bin/make/Makefile 1.91 +7 -6 src/usr.bin/make/main.c 1.23 +1 -1 src/usr.bin/make/nonints.h 1.48 +4 -44 src/usr.bin/make/var.c