aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-06-20 15:48:08 +0000
committerEli Zaretskii2008-06-20 15:48:08 +0000
commitd2373df5d7ab0e3bc0d55938c3bd245d4920ba7e (patch)
treeb21725effb928dbd15e447925a8652acd315ac00 /lisp/ChangeLog
parent6eb5ddb8e5c5b9ba4b68205f8c0c3093655342f9 (diff)
downloademacs-d2373df5d7ab0e3bc0d55938c3bd245d4920ba7e.tar.gz
emacs-d2373df5d7ab0e3bc0d55938c3bd245d4920ba7e.zip
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
cus-load.el with `echo', and include "Local Variables" section to prevent the empty file from being compiled. (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets that generate an empty cus-load.el.
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 6ad96d54567..4e50b09539e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12008-06-20 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (distclean): Depend on `clean'.
4 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
7 empty cus-load.el with `echo', and include "Local Variables"
8 section to prevent the empty file from being compiled.
9 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
10 that generate an empty cus-load.el.
11
12008-06-20 Juanma Barranquero <lekktu@gmail.com> 122008-06-20 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): 14 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):