Date: Thu, 12 Aug 2004 11:49:55 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile main.c nonints.h var.c Message-ID: <200408121149.i7CBntEm019596@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <data@sbox.tugraz.at>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408121149.i7CBntEm019596>
