Implemented the .INCLUDE_DIRS special variable. It expands to a list

of directories that make searches for included makefiles.
This commit is contained in:
Boris Kolpackov
2005-11-14 15:31:13 +00:00
parent 82103b1a49
commit 3dd1faa5c8
6 changed files with 71 additions and 1 deletions

View File

@@ -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.