summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2005-11-14 15:31:13 +0000
committerBoris Kolpackov <boris@kolpackov.net>2005-11-14 15:31:13 +0000
commit3dd1faa5c849dbeb59a88653068c010699ce86f7 (patch)
tree8113d5a2f399afe057181e718267fd6d04441897 /ChangeLog
parent82103b1a49394a7063f8cddfc89f759ddf847de9 (diff)
downloadgunmake-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7565fb0..6445cc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.