Villalovos, John L wrote: [snip]
What I do is:Is there a way to echo out a variable even if I don't have a target which is getting called in my Makefile?
$(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
