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: Paul D. Smith
Subject: [bug #32498] export within $(eval) within a $(call) broken?
Date: Tue, 15 Feb 2011 22:34:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13

Update of bug #32498 (project make):

           Triage Status:                    None => Verified               

    _______________________________________________________

Follow-up Comment #2:

I don't know, something seems wrong here to me.  If you have:

export AA
$(eval export AB)
tst = $(eval export AC)
$(call tst)
all: ; env | grep ^A


Then I see no rational reason offhand why make will correctly export AA and AB
as empty, but not export AC.

This needs more investigation.

    _______________________________________________________

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]