aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2feb2af917f..aa79a8d4b2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,16 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu> 12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Less 'make' chatter for lisp dir
4 * Makefile.in (THEFILE): Define to be 'no-such-file' by default,
5 to make it clearer that the caller must specify it.
6 (compile-onefile): Remove, replacing by ...
7 ($(THEFILE)c): ... new rule. This lets us use AM_V_GEN here.
8 ($(THEFILE)c, .el.elc, $(MH_E_DIR)/mh-loaddefs.el)
9 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11 Use AM_V_GEN to lessen 'make' chatter.
12 (.el.elc): Omit duplicate comment.
13
3 Less 'make' chatter in batch mode 14 Less 'make' chatter in batch mode
4 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): 15 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5 * emacs-lisp/bytecomp.el (byte-compile-file): 16 * emacs-lisp/bytecomp.el (byte-compile-file):