[bug #50823] MAKEFILE_LIST contains wrong file name if file name contains dollar character

2017-06-04 Thread Paul D. Smith
Update of bug #50823 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #50823] MAKEFILE_LIST contains wrong file name if file name contains dollar character

2017-04-25 Thread Dominik Muth
Follow-up Comment #1, bug #50823 (project make): Patch to fix #50823, see attached file. (file #40504) ___ Additional Item Attachment: File name: 0001-Make-MAKEFILE_LIST-a-recursively-expanded-variable.patch Size:2 KB ___

Re: [bug #50823] MAKEFILE_LIST contains wrong file name if file name contains dollar character

2017-04-19 Thread Edward Welbourne
> To reproduce: > > $ echo -e 'all:\n\techo $(value MAKEFILE_LIST)' > /tmp/foo\$bar.mk > $ ./make -f '/tmp/foo$bar.mk' > echo /tmp/fooar.mk > /tmp/fooar.mk > > I think this is inconsistent and contradicts the documentation, which states > "MAKEFILE_LIST Contains the name of each makefile that is p

[bug #50823] MAKEFILE_LIST contains wrong file name if file name contains dollar character

2017-04-18 Thread anonymous
URL: Summary: MAKEFILE_LIST contains wrong file name if file name contains dollar character Project: make Submitted by: None Submitted on: Tue 18 Apr 2017 08:16:02 AM UTC Severity: 3 -