[bug #64822] Fix appending to a pattern specific variable.

2024-02-04 Thread Paul D. Smith
Follow-up Comment #7, bug#64822 (group make): I pushed the changes here with some small fixups. These changes are good as far as they go but I think there are still some remaining issues to be addressed. I will raise this on the mailing list before closing this issue.

[bug #64822] Fix appending to a pattern specific variable.

2024-01-20 Thread Dmitry Goncharov
Follow-up Comment #6, bug#64822 (group make): Tested on linux, sunos and aix, 64 and 32 bits. ___ Reply to this item at: ___ Message sent via Savannah

[bug #64822] Fix appending to a pattern specific variable.

2024-01-20 Thread Dmitry Goncharov
Follow-up Comment #5, bug#64822 (group make): Paul, i attached fix2 and test2. fix2 is split into 2 parts to ease review. Should be applied in order part1 before part2. Thanks for review. ___ Reply to this item at:

[bug #64822] Fix appending to a pattern specific variable.

2024-01-20 Thread Dmitry Goncharov
Additional Item Attachment, bug#64822 (group make): File name: sv64822_fix2_part1.diffSize:9 KB File name: sv64822_test2.diff Size:9 KB

[bug #64822] Fix appending to a pattern specific variable.

2024-01-10 Thread Dmitry Goncharov
Follow-up Comment #4, bug#64822 (group make): Paul, please do not apply the attached patch. I prepared a more extensive test and another patch, to cover more cases. Going to attach the new patch in a few days. ___ Reply to this item at:

[bug #64822] Fix appending to a pattern specific variable.

2023-12-18 Thread Dmitry Goncharov
Follow-up Comment #3, bug#64822 (group make): Rob, that's right. The patch fixes both. In fact, this bug report is a duplicate of https://savannah.gnu.org/bugs/?36486. ___ Reply to this item at:

[bug #64822] Fix appending to a pattern specific variable.

2023-12-17 Thread Rob
Follow-up Comment #2, bug#64822 (group make): Sorry I'm not in a position to confirm it myself, but it looks like this could also fix bug #36486. ___ Reply to this item at:

[bug #64822] Fix appending to a pattern specific variable.

2023-10-26 Thread Dmitry Goncharov
Additional Item Attachment, bug #64822 (project make): File name: sv64822_test.diff Size:9 KB File name: sv64822_fix.diff Size:3 KB

[bug #64822] Fix appending to a pattern specific variable.

2023-10-26 Thread Dmitry Goncharov
Follow-up Comment #1, bug #64822 (project make): Markus Oberhumer reported a bug. Appending to a pattern specific variable produces an incorrect value in the presence of a command line definition or an env override of the variable. $ ls makefile $ cat makefile al%: hello+=pattern all:; $(info

[bug #64822] Fix appending to a pattern specific variable.

2023-10-26 Thread Dmitry Goncharov
URL: Summary: Fix appending to a pattern specific variable. Group: make Submitter: dgoncharov Submitted: Fri 27 Oct 2023 12:50:37 AM UTC Severity: 3 - Normal