Humberto Ortiz Zuazaga <[EMAIL PROTECTED]> writes:

| Gabriel Dos Reis wrote:
| > The use of ENV in the Makefiles conflicts with established practice
| > with shells (that are POSIXilly correct).
| 
| And we don't export ENV to submakes, so I don't know if it's doing anything.

ENV is used as in:

   $(ENV) $(MAKE)

which has the logical effect of exporting ENV to Make.

Furthermore, if the login shell export ENV, then Make (and
sub-processes) sees its changed value whether or not we export it.

-- Gaby


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

Reply via email to