Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 05/31/2000 19:29:23
Module Name:	basesrc
Committed By:	sjg
Date:		Thu Jun  1 02:29:23 UTC 2000

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

Log Message:
Rats!  ${FOO:=bar} is a common usage of the SysV = modifier.
To avoid that, we now do ::[+?!]*= but the SysV = modifier can
conflict with any new modifier.  At there are currently no Makefiles
in our tree that use ${FOO::=bar}


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/usr.bin/make/make.1
cvs rdiff -r1.44 -r1.45 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.