[bug #36486] Overrides and append to pattern specific variables

2024-02-04 Thread Paul D. Smith
Update of bug#36486 (group make): Status:None => Duplicate Open/Closed:Open => Closed Triage Status:None => Major Effort

[bug #36486] Overrides and append to pattern specific variables

2012-09-09 Thread Paul D. Smith
Follow-up Comment #2, bug #36486 (project make): This is a bug, but it's going to require some non-trivial effort to fix. The problem is that make is recursively walking down (or up, whichever you like) the variable sets, and when it pops back out it returns only the value string of the expanded

[bug #36486] Overrides and append to pattern specific variables

2012-07-13 Thread Brian Vandenberg
Follow-up Comment #1, bug #36486 (project make): Similar to the OP's bug: override ASDF := global A: ASDF += A1 A: @echo ${@}: ${ASDF} Running make causes it to print: A: global A1 ___ Reply to this item at:

[bug #36486] Overrides and append to pattern specific variables

2012-05-17 Thread anonymous
URL: http://savannah.gnu.org/bugs/?36486 Summary: Overrides and append to pattern specific variables Project: make Submitted by: None Submitted on: Thu 17 May 2012 15:34:27 UTC Severity: 3 - Normal Item