On 15-04-20 07:27 AM, Robert P. J. Day wrote:
> 
>   also, of course, at any point, i can set and add env variables from
> within the makefile with
> 
>   VAR = value
>   export VAR

Just to clarify, you're setting Make variables there, not shell environment 
variables.  You can override Make variables
by using a shell variable or specifying it on the command line, but they're not 
entirely the same thing.

-- 
Stephen M. Webb  <stephen.w...@bregmasoft.ca>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux

Reply via email to