> 
> The use of ENV in the Makefiles conflicts with established practice
> with shells (that are POSIXilly correct).  
> 

I am not sure what you mean: in the main Makefile ENV is make variable
which expands to shell syntax:

VAR1=val1 VAR2=val2 ... command

Do you mean that this syntax is illegal?

In subdirectories make variable ENV is unset, so its expansion is
empty.  Current usage may (I am not sure if it does) add some whitespace
at the beggining of shell command -- I think that leading whitespace
is legal.

-- 
                              Waldek Hebisch
[EMAIL PROTECTED] 


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to