help-make
[Top][All Lists]
Advanced

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

a question about the make manual and $(call


From: ali hagigat
Subject: a question about the make manual and $(call
Date: Sat, 9 Jul 2011 14:59:21 +0430

8.6 The call Function
The call function expands the param arguments before assigning them to temporary
variables. This means that variable values containing references to
builtin functions that
have special expansion rules, like foreach or if, may not work as you expect.
Some examples may make this clearer.
----------------------------------
All the examples after these sentences of the manual have some
parameters which are specific strings and they are not built in
functions that are expanded in a special way. What example explains
the above sentences?

I wonder if anybody can give an example for the "foreach" or "if" case
which the manual has mentioned.



reply via email to

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