regress:
          ${ENV} ${MAKE} DAASE=$(axiom_targetdir) regression-tests

BTW, why isn't it

        ${MAKE} ${ENV} DAASE=$(axiom_targetdir) regression-tests

?

As far as I understand that, in both cases not ENV is passed to MAKE but its value. So the variable ENV would not be set in a subshell unless ENV is already set at the beginning.

(Replace ENV by any other variable name if you don't like ENV.)

Ralf


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

Reply via email to