bug-make
[Top][All Lists]
Advanced

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

Re: Using $(eval) to get information at the time a target is invoked


From: Eli Zaretskii
Subject: Re: Using $(eval) to get information at the time a target is invoked
Date: Sat, 08 Jan 2011 18:49:22 +0200

> Date: Sat, 8 Jan 2011 11:40:23 -0500
> From: "Hsu, Shihchieh            IAS" <address@hidden>
> Cc: <address@hidden>
> 
> Identical results are obtained as before.  So the issue is probably not when 
> GNU/Linux renews the cache $(eval), but when Windows/Make refresh/update the 
> cache.

Maybe I don't understand something, but $(eval) calls
$(PROGRAM_template), which calls $(wildcard).  So $(wildcard) is still
involved.  And in GNU Make, $(wildcard) uses a cache that stores the
contents of directories.



reply via email to

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