summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-15 17:53:30 -0400
committerPaul Smith <psmith@gnu.org>2013-09-15 17:53:30 -0400
commit20ecc58126c87effd0ace934e647d74c0107792a (patch)
treedee82f394209789131a40ee984bf28377a85c669 /ChangeLog
parent1b9024889384fc26d296ee4340ffca32e8c73017 (diff)
downloadgunmake-20ecc58126c87effd0ace934e647d74c0107792a.tar.gz
[SV 31326] Enhance the info on static pattern errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c88e76..e478d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-09-15 Paul Smith <psmith@gnu.org>
+ * doc/make.texi (Error Messages): Add a bit more info to the
+ section on static pattern errors, since they're common.
+ Fixes Savannah bug #31326.
+
* read.c (eval_makefile): If the file open fails with an
unrecoverable error, stop now rather than trying to make it.
Fixes Savannah bug #27374.