help-make
[Top][All Lists]
Advanced

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

export does not export to $(shell ...


From: Martin d'Anjou
Subject: export does not export to $(shell ...
Date: Thu, 24 Nov 2005 16:31:03 -0500 (EST)

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





reply via email to

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