Hi,

How do I convince export to export variables to $(shell ...)?

l:=$(shell echo $$USER)
$(warning $(l))
export VAR=Hi
l:=$(shell echo VAR $$VAR)
$(warning $(l))

all:
        echo $$VAR

Is this a bug? I use 3.81beta3

Regards,
Martin



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

Reply via email to