axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] ENV


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] ENV
Date: Wed, 22 Nov 2006 21:40:43 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061025)

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]