bug-make
[Top][All Lists]
Advanced

[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: Sat, 21 May 2016 21:54:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Update of bug #47880 (project make):

        Operating System:              MS Windows => Any                    
                 Summary: [Win] added MAKELIBPATH as default include directory
=> Allow updates to .INCLUDE_DIRS to change search path

    _______________________________________________________

Follow-up Comment #1:

There is no need to add a new environment variable for this.  The MAKEFLAGS
variable already exists, and you can just add -I options into it which will be
parsed as if you'd entered it on the command line.  Also it's already possible
when building GNU make on Windows to set the INCLUDEDIR preprocessor variable
to add a new default pathname to GNU make: this just isn't done by default
because there's no good choice for what it should be.

I've retargeted this issue as a generic enhancement to allow setting the
.INCLUDE_DIRS variable to change the search path.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47880>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]