Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index