Re: String equality and make

[email protected] (Paul Jarc)
Newsgroups gmane.comp.gnu.utils
Organization What did you have in mind? A short, blunt, human pyramid?
Message-ID <[email protected]>
"Brian L. Troutwine" <[email protected]> wrote:
>         TYPE := `cat /tmp/bag_type`

This uses the literal value "`cat /tmp/bag_type`"; backticks aren't
special to make.  You want this instead:
TYPE := $(shell cat /tmp/bag_type)


paul
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.