mirror of
https://github.com/mirror/make.git
synced 2026-09-05 22:25:00 +08:00
Implemented the .INCLUDE_DIRS special variable. It expands to a list
of directories that make searches for included makefiles.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2005-11-14 Boris Kolpackov <boris@kolpackov.net>
|
||||
|
||||
* read.c (construct_include_path): Set the .INCLUDE_DIRS special
|
||||
variable.
|
||||
* doc/make.texi (Special Variables): Document .INCLUDE_DIRS.
|
||||
* NEWS: Add .INCLUDE_DIRS to the list of new special variables.
|
||||
|
||||
2005-10-26 Paul Smith <psmith@gnu.org>
|
||||
|
||||
* read.c (record_files): Don't set deps flags if there are no deps.
|
||||
|
||||
Reference in New Issue
Block a user