help-gnu-utils
[Top][All Lists]
Advanced

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

Setting environment variables with Make


From: August Karlstrom
Subject: Setting environment variables with Make
Date: Sat, 07 Mar 2009 14:19:06 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Hi,

I'm trying to store a value between two commands for a production rule in a makefile. The following does not work though.

foo:
        bar=`output of some command`
        echo $(bar)

Any ideas?


Regards,

August


reply via email to

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