On Sun, Aug 14, 2011 at 5:10 AM, ali hagigat <[email protected]> wrote:
> 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.
> ---------------------------------
> The above lines is talking about the expansion of 'param' before being
> assigned to $(1), $(2) ...
> And it says some examples makes it clearer. Where are the examples?
> There is no example in relation with 'param' expansion!
>
> I wonder if anybody could bring an example.

The simplest example is something like

myif = $(if $1,$2,$3)
false=
$(if

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to