Re: [bug #54727] foreach variable is not visible for a target specific variable definition in a recipe

2018-09-27 Thread Brian Vandenberg
Paul, w/respect to this makefile: $ cat -n makefile 1 .RECIPEPREFIX := > 2 $(foreach x,1,$(eval all: A := $$x)) 3 all: 4 >$(eval $@: B := 1) 5 >$(foreach x,1,$(eval all: C := $$x)) 6 >$(foreach x,1,$(eval $$@: D := $$x)) 7 >$(foreach x,1,$(eval $@: E := $$x)) 8 >$(foreach x,1,$(eval $@: F

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

2018-09-27 Thread Vincent Belaïche
Additional Item Attachment, bug #54703 (project make): File name: make-patch.diffSize:3 KB ___ Reply to this item at: ___ Message sent