tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
make: unexpected "Unclosed substitution for foo (} missing)"
Hi. Is the following normal behaviour of bmake?
Curly and round braces work differently with variable modifiers.
0 ~>cat ~/tmp/3.mk
test:
@echo ${foo::=foo-text}
0 ~>cat ~/tmp/4.mk
test:
@echo $(foo::=foo-text)
0 ~>nbmake -f ~/tmp/3.mk test
0 ~>nbmake -f ~/tmp/4.mk test
nbmake: Unclosed substitution for foo (} missing)
0 ~>
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index