summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-17 07:44:27 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-18 06:01:49 +0000
commita370f24137049d0c6b88f53e8846483949fc9d95 (patch)
tree1e7f19d7338354980c88ce62b195f91fa77bdece /ChangeLog
parent3c4b3c87983a989a8404c03639cef1ce5bcd6ef8 (diff)
downloadzsh-a370f24137049d0c6b88f53e8846483949fc9d95.tar.gz
zsh-a370f24137049d0c6b88f53e8846483949fc9d95.tar.xz
zsh-a370f24137049d0c6b88f53e8846483949fc9d95.zip
45065: Make 'make -s' print nothing when it does nothing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a8e6b956..4821b09b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-12-18  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45065: Src/Makefile.in: Make 'make -s' print nothing when it
+	does nothing.
+
 	* 45064: Src/utils.c: Fix the mktemp() warning, in debug
 	builds only.