At 10:59 AM 6/16/2006, Cesar Crusius wrote:
Ah thanks. The problem is then I chose the only thing that *doesn't* work to
test that the variable was being set!

Since the shell has its own environment-setting mechanism you can deal with even this like so:

        export PATH := <your-path>
        $(warning $(shell PATH=${PATH} which gcc))

-David Boyce



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to