看板 DFBSD_commit 關於我們 聯絡資訊
commit 90223a554ad261311cc16d92bac2a86fb51e70b8 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Mon Jul 27 11:43:58 2009 +0200 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}. Summary of changes: usr.bin/make/var.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90223a554ad261311cc16d92bac2a86fb51e70b8 -- DragonFly BSD source repository