summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-09-18 20:52:13 +0000
committerPaul Smith <psmith@gnu.org>2011-09-18 20:52:13 +0000
commit0369a938254747fa2ab9ea09fe48b9c84ae7e19e (patch)
tree7da506b5572599eff91c1cb67bc1118d3defc885 /tests/ChangeLog
parentef2b0425e76888e862796a2f38f885a1371b0724 (diff)
downloadgunmake-0369a938254747fa2ab9ea09fe48b9c84ae7e19e.tar.gz
We compute various values for vpath lookup the first time through
and store them in static variables; however one value (std_dirs) was not being stored statically so the second time through it was not set. Fixes Savannah bug #32511
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index a574724..4629b18 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-18 Paul Smith <psmith@gnu.org>
+
+ * scripts/features/vpath3: Verify handling of -lfoo libraries
+ found via vpath vs. the standard directory search.
+ See Savannah bug #32511.
+
2011-09-12 Paul Smith <psmith@gnu.org>
* scripts/functions/call: Verify that using export in a $(call ...)