[bug #47880] Allow updates to .INCLUDE_DIRS to change search path

2021-04-25 Thread Steven Simpson
Follow-up Comment #10, bug #47880 (project make): > One trouble of this default is, when your dep files are missing, make does a fs access per default directory for each missing dep file. Are these always cases where you know you want a local file? Can you use this?: include $(CURDIR)/foo.mk

[bug #60435] Chained pattern rules with multiple targets not removing all intermediate files

2021-04-25 Thread Dmitry Goncharov
Follow-up Comment #1, bug #60435 (project make): i attached 3 patches, the fix, tests and a fix in the doc. Thanks for your report. ___ Reply to this item at:

[bug #60435] Chained pattern rules with multiple targets not removing all intermediate files

2021-04-25 Thread Dmitry Goncharov
Additional Item Attachment, bug #60435 (project make): File name: sv60435_fix.diff Size:3 KB File name: sv60435_doc.diff Size:0 KB

Re: [bug #47880] Allow updates to .INCLUDE_DIRS to change search path

2021-04-25 Thread Paul Smith
On Sun, 2021-04-25 at 11:21 -0400, Jeffrey Walton wrote: > On Sun, Apr 25, 2021 at 10:51 AM Dmitry Goncharov < > invalid.nore...@gnu.org> wrote: > > Follow-up Comment #9, bug #47880 (project make): > > > But, maybe it's better to grab that bull by the horns. > > From the user's point of view, it

Re: [bug #47880] Allow updates to .INCLUDE_DIRS to change search path

2021-04-25 Thread Jeffrey Walton
On Sun, Apr 25, 2021 at 10:51 AM Dmitry Goncharov wrote: > > Follow-up Comment #9, bug #47880 (project make): > > > But, maybe it's better to grab that bull by the horns. > > From the user's point of view, it may indeed be better to have a single > interface (MAKEFLAGS), which controls the

[bug #47880] Allow updates to .INCLUDE_DIRS to change search path

2021-04-25 Thread Dmitry Goncharov
Follow-up Comment #9, bug #47880 (project make): > But, maybe it's better to grab that bull by the horns. >From the user's point of view, it may indeed be better to have a single interface (MAKEFLAGS), which controls the behavior from the makefile. > Regarding removing default directories, I