On Thu, 2007-08-16 at 00:03 +0100, Dave Korn wrote: > Which still leaves me one curiosity: how come $(origin ...) reports > 'environment' for "if-cpu" in the submakefile?
Whoops, sorry, I lied. I checked the code again and if you explicit export a variable then make will put it into the environment, regardless of the variable name. It's only variables where you don't specify one way or the other that the naming convention check is done. -- ------------------------------------------------------------------------------- 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
