[bug #54703] Incorrection expansion of := accumulator under $(eval …)

2018-09-21 Thread Michael Builov
Follow-up Comment #1, bug #54703 (project make): Hello. This is not a bug. Argument of eval is always expanded prior evalation. Let's see how this works. - ITERATIONS:=1 2 3 ACCUMULATOR:=Macron go home : WORD_1:=Macron WORD_2:=go WORD_3:=home define ACCUMULATE WORD:=$(WORD_$(1)) ACC

[bug #54703] Incorrection expansion of := accumulator under $(eval …)

2018-09-21 Thread Vincent Belaïche
URL: Summary: Incorrection expansion of := accumulator under $(eval …) Project: make Submitted by: vincentb1 Submitted on: Fri 21 Sep 2018 10:01:35 AM UTC Severity: 3 - Normal