[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #47880] Allow updates to .INCLUDE_DIRS to change search path
From: |
Paul D. Smith |
Subject: |
[bug #47880] Allow updates to .INCLUDE_DIRS to change search path |
Date: |
Fri, 23 Apr 2021 14:50:29 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 |
Follow-up Comment #6, bug #47880 (project make):
Having makeflags take effect immediately could be a lot of effort so I was
hoping to avoid it. That's why I looked at modifying the .INCLUDE_DIRS
variable instead.
But, maybe it's better to grab that bull by the horns. I already solved some
issues with it locally, in order to allow long options to appear in MAKEFLAGS.
I'll look into it.
Regarding removing default directories, I wonder what people think of using
something like "-I-" to mean "delete all known include directories up to here
and start over with a fresh set"? So if you used "make -I- -I/foo -I/bar" the
include directories would be "/foo" and "/bar" with no defaults; if you use
"make -I/foo -I- -I/bar" then the include path would just be "/bar".
I don't know if that's too baroque.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?47880>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Paul D. Smith, 2021/04/19
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Dmitry Goncharov, 2021/04/20
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Paul D. Smith, 2021/04/20
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Dmitry Goncharov, 2021/04/20
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path,
Paul D. Smith <=
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Steven Simpson, 2021/04/24
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Paul D. Smith, 2021/04/24
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Dmitry Goncharov, 2021/04/25
- Re: [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Jeffrey Walton, 2021/04/25
- Re: [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Paul Smith, 2021/04/25
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Steven Simpson, 2021/04/25
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Dmitry Goncharov, 2021/04/26
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Steven Simpson, 2021/04/26
- [bug #47880] Allow updates to .INCLUDE_DIRS to change search path, Dmitry Goncharov, 2021/04/26