help-make
[Top][All Lists]
Advanced

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

Re: Stopping variable expansion


From: Brendan Heading
Subject: Re: Stopping variable expansion
Date: Mon, 22 Jan 2007 11:35:17 +0000

Brendan Heading writes:

All, Quick question. How can I echo the names of variables out, rather than their contents ? For example :
foo:
echo $(MAKE)

Found it. Adding a second dollar and escaping it worked :
foo:
echo \$$(MAKE)




reply via email to

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