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

2018-09-25 Thread Paul D. Smith
Follow-up Comment #4, bug #54703 (project make): I didn't see a new attachment? Regarding the builds, you'll need to install the Guile package before you can successfully run the autoconf stuff. You don't need to compile GNU make with guile but to rebuild the configure script we need the

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

2018-09-25 Thread Vincent Belaïche
Follow-up Comment #3, bug #54703 (project make): Dear both, Thank you so much for your help. I must admit that being familiar with MSDos, M4 and TeX, I should have paid more attention to this aspect. I was quite aware of doubling the $ when it concerned producing recipes with eval, for the

Re: [bug #54675] avoid redundant recipe warning for identical recipes

2018-09-25 Thread David Boyce
I'm going to disagree with part of what you say: > someone else adding conflicting recipes (disabling the warning would make this unnoticeable) But they wouldn't be *conflicting* recipes. The whole point of this discussion is to remove warnings for *identical* recipes. The enhancement request is

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

2018-09-25 Thread Paul D. Smith
Update of bug #54703 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #2: Thanks Michael.

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

2018-09-25 Thread Paul D. Smith
Update of bug #54727 (project make): Item Group: Bug => Enhancement ___ Follow-up Comment #1: This will definitely never work. By the time we expand the recipe all target-specific variables

Re: [bug #54675] avoid redundant recipe warning for identical recipes

2018-09-25 Thread Brian Vandenberg
On the one hand that might seem convenient, but that would open the door to mistakes being introduced that you would undoubtedly want to avoid, eg: * accidental copy/paste * someone else adding conflicting recipes (disabling the warning would make this unnoticeable) I handled 'mkdir' stuff by

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

2018-09-25 Thread Michael Builov
URL: Summary: foreach variable is not visible for a target specific variable definition in a recipe Project: make Submitted by: mbuilov Submitted on: Tue 25 Sep 2018 02:48:25 PM UTC