help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple expansion works in rules, but not in actions


From: Alexander Kriegisch
Subject: Multiple expansion works in rules, but not in actions
Date: Mon, 29 Oct 2007 17:45:08 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Can anybody explain why this does not work?

FOO=bla
BAR=blu

$($(FOO)_xxx): baz
        @echo "$($(FOO)_xxx)"

Multiple expansion works for the target definition and possible
prerequisites, but not for the echo or any other shell commands inside
actions. Is this a bug or a feature? Can I somehow use multiple
expansion in an action?

Thank you and best regards
-- 
Alexander Kriegisch




reply via email to

[Prev in Thread] Current Thread [Next in Thread]