Makefile: 1.32->1.33
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 01:29:31 +0000 (01:29 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 01:29:31 +0000 (01:29 +0000)
commitc382ef3f90e314df2b723cac3810013f71861c9a
tree9425fb3a5389637b2d271f44ac8bbeced88d603b
parentd2e0d34c9ce1adfc8d83003dd201b7537ecd0bf4
Makefile: 1.32->1.33
main.c: 1.90->1.91
nonints.h: 1.22->1.23
var.c: 1.47->1.48
Author: harti
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>

make.1:1.78->1.79
Author: ru
Log:
Document the effects of modifying the .MAKEFLAGS internal
variable and using the .MAKEFLAGS special target, and the
differences between them.

Reviewed by:    harti

Obtained-from: FreeBSD
Submitted-by: Max Okumoto <okumoto@ucsd.edu>
Slightly adjust the change Var_Quote to not cast away a const.
usr.bin/make/Makefile
usr.bin/make/main.c
usr.bin/make/make.1
usr.bin/make/nonints.h
usr.bin/make/var.c