%% "Dill, John" <[EMAIL PROTECTED]> writes: dj> I am still trying to track down where exactly my lag time is dj> coming from, and it doesn't appear to be from using the include dj> directive by itself. My question is how makefile evaluates dj> variables that are defined using ':=' with respect to include dj> files. If I have a file include_me.mk which contains:
dj> my_var:=$(shell script) dj> and I have included this file several times (indirectly through my dj> file's dependent include files). Does make re-evaluate this dj> variable assignment each time 'include include_me.mk' appears? Of course, just like any other variable assignment. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
