[bug #64803] Fix origin of variables from env when -e is set.

2023-10-21 Thread Dmitry Goncharov
Additional Item Attachment, bug #64803 (project make): File name: sv64803_fix_part1.diff Size:3 KB File name: sv64803_fix_part2.diff Size:14 KB

[bug #64803] Fix origin of variables from env when -e is set.

2023-10-21 Thread Dmitry Goncharov
Follow-up Comment #1, bug #64803 (project make): Variables inherited from env have incorrect origin 'environment' when -e is set and the makefile does not modify the variable. $ ls makefile $ cat makefile $(info at parse time hello=$(hello), origin = $(origin hello)) all:; $(info at build time

[bug #64803] Fix origin of variables from env when -e is set.

2023-10-21 Thread Dmitry Goncharov
URL: Summary: Fix origin of variables from env when -e is set. Group: make Submitter: dgoncharov Submitted: Sat 21 Oct 2023 09:19:42 PM UTC Severity: 3 - Normal