On Mon, 2010-12-13 at 18:33 -0800, Mark Galeck (CW) wrote: > "You may omit the variable assignment operator if you prefer. If > omitted, make assumes it to be '=' and creates a recursively-expanded > variable" > > This does not appear to work. [...] when I put "=" after VAR, I get > nothing. > > Why??
It works for me. Are you sure you're using GNU make 3.82? This feature was added in that release. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "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
