Re: [bug #51311] Checking search retries for implicit make rules

2017-06-25 Thread Philip Guenther
On Sun, 25 Jun 2017, Mike Gran wrote: > Follow-up Comment #1, bug #51311 (project make): You've opened this as a > bug. I believe it is not a bug. Again. I'm not a maintainer. > > Please note two things. > > 1. while "MOTD%.log: MOTD%.txt" is a pattern rule, "MOTD%.log: MOTD%.txt > MOTD%.in" is

[bug #51311] Checking search retries for implicit make rules

2017-06-25 Thread Mike Gran
Follow-up Comment #1, bug #51311 (project make): Markus, You've opened this as a bug. I believe it is not a bug. Again. I'm not a maintainer. Please note two things. 1. while "MOTD%.log: MOTD%.txt" is a pattern rule, "MOTD%.log: MOTD%.txt MOTD%.in" is not a pattern rule, because it has two ent

[bug #51311] Checking search retries for implicit make rules

2017-06-25 Thread Markus Elfring
URL: Summary: Checking search retries for implicit make rules Project: make Submitted by: elfring Submitted on: Sun 25 Jun 2017 09:40:47 PM CEST Severity: 3 - Normal Item

Re: [bug #51309] Determination of a file list from a single folder without changing the working directory

2017-06-25 Thread Henrik Carlqvist
> I came along the need to query a single folder without changing the > working directory so that only file names (without folder names) will be > in the result. The easiest way to accomplish such a thing is probably to use the notdir function: MY_FILES=$(notdir $(wildcard somedir/*.ext)) See a

[bug #49841] flavor() function incorrectly shows function parameters as defined.

2017-06-25 Thread Michael Builov
Follow-up Comment #1, bug #49841 (project make): > It appears that the scope of the parameters in the outer function intrudes into the inner function for the flavor() function but not for the value of the parameter. The origin() function is also affected. When inner function takes less argumen

[bug #51309] Determination of a file list from a single folder without changing the working directory

2017-06-25 Thread Markus Elfring
URL: Summary: Determination of a file list from a single folder without changing the working directory Project: make Submitted by: elfring Submitted on: Sun 25 Jun 2017 07:53:27 PM CEST