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

2021-04-20 Thread Dmitry Goncharov
Follow-up Comment #5, bug #47880 (project make): > The problem is that MAKEFLAGS is only parsed once before all makefiles are read, and again after all makefiles are read. So, this all boils down to having make consider changes to MAKEFLAGS immediately. > I was hoping to avoid adding a new

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

2021-04-20 Thread Paul D. Smith
Follow-up Comment #4, bug #47880 (project make): > 5. Introduce a command line switch to allow the user to remove the default include directories. https://savannah.gnu.org/bugs/?60412. I was hoping to avoid adding a new command line switch. In general I don't like them, plus we may need them for

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

2021-04-20 Thread Dmitry Goncharov
Follow-up Comment #3, bug #47880 (project make): > The change I have allows someone to reset the search path from within the makefile Awesome. i personally, need this change to be able to skip the default search directories. > In make generally (and, IMO, correctly) the person invoking make