diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2005-11-14 15:31:13 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2005-11-14 15:31:13 +0000 |
commit | 3dd1faa5c849dbeb59a88653068c010699ce86f7 (patch) | |
tree | 8113d5a2f399afe057181e718267fd6d04441897 /ChangeLog | |
parent | 82103b1a49394a7063f8cddfc89f759ddf847de9 (diff) | |
download | gunmake-3dd1faa5c849dbeb59a88653068c010699ce86f7.tar.gz |
Implemented the .INCLUDE_DIRS special variable. It expands to a list
of directories that make searches for included makefiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |