Update of bug #32484 (project make):
Status:None => Duplicate
Open/Closed:Open => Closed
___
Follow-up Comment #2:
Duplicate of bug #3248
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 = $(
Follow-up Comment #3, bug #32498 (project make):
Thanks Paul and Olexiy.
I don't agree with you, Olexiy, in that 'export' only exports defined
variables. Documentation at least does not mention this, and Paul's test with
the 'export AA' shows it.
Otherwise, Paul's code is a much more concise tes