NetBSD/usr.bin/make
sjg 3c6b696332 Allow "string" and "${varspec}" on lhs of conditionals.
This makes it possible to use expressions like
${("${LIST:Msomething"}):?present:absent}
it also makes treatment of lhs and rhs more consistent, and
makes CondToken easier to read.

Update unit-test/cond1 to test new features.
2004-04-13 16:06:23 +00:00
..
PSD.doc
lst.lib
unit-tests Allow "string" and "${varspec}" on lhs of conditionals. 2004-04-13 16:06:23 +00:00
Makefile Use ${.MAKE:S,^./,${.CURDIR}/,} so that when someone does 2004-02-15 19:05:45 +00:00
Makefile.boot
arch.c
bit.h
buf.c
buf.h
compat.c
cond.c Allow "string" and "${varspec}" on lhs of conditionals. 2004-04-13 16:06:23 +00:00
config.h
dir.c
dir.h
for.c Print useful line number on error while executing .for directive. 2004-03-06 03:57:07 +00:00
hash.c
hash.h
job.c
job.h
list.h
lst.h
main.c Validate existence of arguemnt. PR#24933. 2004-03-27 00:17:08 +00:00
make.1
make.c
make.h
nonints.h Print useful line number on error while executing .for directive. 2004-03-06 03:57:07 +00:00
parse.c Print useful line number on error while executing .for directive. 2004-03-06 03:57:07 +00:00
pathnames.h
sprite.h
str.c
suff.c Spell the plural of suffix "suffixes", not "suffices". 2004-02-13 17:56:17 +00:00
targ.c
trace.c
trace.h
util.c
var.c Fix :M so that modifiers in nested variables don't terminate parsing 2004-02-20 09:03:26 +00:00