make: expand .EXPORT/.makeenv variables
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 27 Jul 2009 09:43:58 +0000 (11:43 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Mon, 27 Jul 2009 21:29:45 +0000 (23:29 +0200)
commit90223a554ad261311cc16d92bac2a86fb51e70b8
tree3c598a341683479f4cb31b12d7369d9eb498eac0
parenta1478cac726f83c5457bffb44189be35aacbc442
make: expand .EXPORT/.makeenv variables

We need to expand the value of a variable we want to put into the
environment, otherwise they might appear as FOO=bar_${baz}.
usr.bin/make/var.c