var.c: 1.44->1.45
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 15:09:44 +0000 (15:09 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 15:09:44 +0000 (15:09 +0000)
commit754c8e7721426d952e305d71291072445de1b9b4
tree97fb88606f360ad6d2d8e1e9e78414d9d9d0ff4b
parent372b1ac6840e44bae423c6260789047dfdeaf321
var.c: 1.44->1.45
Author: ru
Log:
Moved the code for :U and :L modifiers where it belongs, so that
the fallback for SysV (now in POSIX) variable substitution works
for old_string arguments starting with 'U' or 'L'.

var.c:1.45->1.46
Author: harti
Log:
Allow variable substitutions in SYSV variable substitutions like
$(SRC:.c=$O). This brings us closer to other makes.

Reviewed by:    ru
Obtained from:  NetBSD

Obtained-from: FreeBSD
Submitted-by: Max Okumoto <okumoto@ucsd.edu>
usr.bin/make/var.c