help-make
[Top][All Lists]
Advanced

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

deferred evaulation of function calls


From: Robert P. J. Day
Subject: deferred evaulation of function calls
Date: Thu, 27 May 2004 08:44:53 -0400 (EDT)

  can you distinguish between immediate and deferred function calls the 
way you can between immediate and deferred references to variables?  the
docs are confusing on this.  in section 4.4.1, "Wildcard Examples", there 
is an example of the "wildcard" function:

  objects := $(wildcard *.o)

the ":=" assignment seems to suggest that this is explicitly an immediate
assignment (a la variables).  but a quick test shows that using "=" seems
to produce the same effect.  so what's the difference when it comes to 
function calls?  the chapter on function calls doesn't address this, it
just launches into function examples.

rday




reply via email to

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