bug-make
[Top][All Lists]
Advanced

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

[bug #32498] export within $(eval) within a $(call) broken?


From: Olexiy Buyanskyy
Subject: [bug #32498] export within $(eval) within a $(call) broken?
Date: Tue, 15 Feb 2011 22:31:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13

Follow-up Comment #1, bug #32498 (project make):

http://www.gnu.org/software/make/manual/make.html#Variables_002fRecursion

As I understand it export do really export of defined variables
and has to be

define test1
AA= 
$(eval export AA) 
endef 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32498>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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