help-make
[Top][All Lists]
Advanced

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

Re: HOWTO debug makefiles?


From: Tristan Van Berkom
Subject: Re: HOWTO debug makefiles?
Date: Mon, 08 Mar 2004 09:33:39 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

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





reply via email to

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