summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-09-18 21:26:27 +0200
committerJim Meyering <meyering@redhat.com>2010-09-18 21:26:27 +0200
commit882da58ae6f34b4637240739ae37a1b5efd39cf6 (patch)
tree68a36247c8eca7ccf53ec454b36132b70b32b0cc /ChangeLog
parente111ce2ed0b7dfd17c9c0d33cf113eb5e9503d3f (diff)
downloadgnulib-882da58ae6f34b4637240739ae37a1b5efd39cf6.tar.gz
maint.mk: avoid unexpanded \n in two diagnostics
* top/maint.mk (sc_prohibit_always_true_header_tests): Don't use a literal \n in a halt=... assignment. It would not be expanded, and the two \n bytes would appear in the diagnostic output rather than the desired newline. Use halt=$$(printf ... instead. (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb8d9f935f..03f000f241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-18 Jim Meyering <meyering@redhat.com>
+
+ maint.mk: avoid unexpanded \n in two diagnostics
+ * top/maint.mk (sc_prohibit_always_true_header_tests):
+ Don't use a literal \n in a halt=... assignment. It would not be
+ expanded, and the two \n bytes would appear in the diagnostic output
+ rather than the desired newline. Use halt=$$(printf ... instead.
+ (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
+
2010-09-18 Bruno Haible <bruno@clisp.org>
netinet_in: Doc tweak.