summaryrefslogtreecommitdiff
path: root/tests/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 /tests/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 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index c936301..d30f0c9 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-14 Boris Kolpackov <boris@kolpackov.net>
+
+ * scripts/variables/INCLUDE_DIRS: Add a test for the .INCLUDE_DIRS
+ special variable.
+
2005-10-24 Paul D. Smith <psmith@gnu.org>
* scripts/misc/general4: Test '$$' in prerequisites list.