Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 06/09/2001 08:57:32
Module Name:	basesrc
Committed By:	sjg
Date:		Sat Jun  9 05:57:32 UTC 2001

Modified Files:
	basesrc/usr.bin/make: main.c var.c

Log Message:
Do a better job of duplicate suppression in .MAKEOVERRIDES.
From Var_Set: We actually want the equivalent of
.MAKEOVERRIDES:= ${.MAKEOVERRIDES:Nname=*} name='val'
clearing the previous value for name is important, since
doing simple duplicate suppression does not handle:
$ make FOO=goo
which then runs a sub-make with FOO=boo
the commands from that sub-make should see just FOO=boo.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 basesrc/usr.bin/make/main.c
cvs rdiff -r1.62 -r1.63 basesrc/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.