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

2011-01-07 Thread Hsu, Shihchieh IAS
Summary: Using $(eval) to get information at the time a target is invoked, but instead information gotten is when make is invoked. Problem occurs for make3.81 and make 3.82 on Windows XP However if makefile is modified to look for information in a

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

2011-01-07 Thread Paul Smith
On Fri, 2011-01-07 at 20:46 -0500, Hsu, Shihchieh IAS wrote: Summary: Using $(eval) to get information at the time a target is invoked, but instead information gotten is when “make” is invoked. Problem occurs for make3.81 and make 3.82 on Windows XP It works fine for me on Linux, after I