aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-03 19:11:50 -0800
committerPaul Eggert2015-01-03 19:12:25 -0800
commitfec9b792f543c35b1a635b3a3326d496e3ca9012 (patch)
tree0455297707a4cb39b4587e18b71d167baf6dacf9 /ChangeLog
parent35127c362a47bc0c452791e18111e3411e22aa52 (diff)
downloademacs-fec9b792f543c35b1a635b3a3326d496e3ca9012.tar.gz
emacs-fec9b792f543c35b1a635b3a3326d496e3ca9012.zip
Clarify 'make info'
* Makefile.in (info): Use GNU make conditional rather than an '@' rule with a shell conditional, so that the builder can see the submake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9207bd5f104..68d1391b96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu> 12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Clarify 'make info'
4 * Makefile.in (info): Use GNU make conditional rather than
5 an '@' rule with a shell conditional, so that the builder can
6 see the submake.
7
3 Less 'make' chatter for VCSWITNESS 8 Less 'make' chatter for VCSWITNESS
4 * Makefile.in (dirstate, VCSWITNESS): New macros. 9 * Makefile.in (dirstate, VCSWITNESS): New macros.
5 (src): Use them to lessen 'make' chatter. 10 (src): Use them to lessen 'make' chatter.