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
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