Villalovos, John L wrote:
[snip]
Is there a way to echo out a variable even if I don't have a target
which is getting called in my Makefile?
What I do is:

$(shell echo "$MY_VARIABLE" > ~/my_variable_contents)

Just put a line like that at some place where your variable
should be previously resolved.

Cheers,
                                -Tristan



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to