> Date: Sat, 8 Jan 2011 11:40:23 -0500
> From: "Hsu, Shihchieh            IAS" <shihchieh....@pw.utc.com>
> Cc: <bug-make@gnu.org>
> 
> 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.

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to