Update of bug #60412 (project make): Status: None => Fixed Assigned to: None => psmith Open/Closed: Open => Closed
_______________________________________________________ Follow-up Comment #1: This was fixed by providing two enhancements: First, it's now possible to add a "-I-" option to the command line. If this is done then make forgets about any include file search directories that precede this option (including the default ones). Second, changes to the MAKEFLAGS variable inside the makefile are now parsed immediately when that variable is modified rather than only after all makefiles are read in. So, it is now possible to say: make -I- to remove all default search directories, and also to add: MAKEFLAGS += -I- to remove all default search directories from within the makefile. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?60412> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/