comparison lisp/ChangeLog @ 107459:51f4b3cf3db9

Get rid of .elc files after removal of the corresponding .el. * Makefile.in (compile-clean): New target. (compile-main): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 22 Mar 2010 09:33:21 -0400
parents 8d710e332ba0
children 7cf379c501e1
comparison
equal deleted inserted replaced
107458:d5b2d5a7cad9 107459:51f4b3cf3db9
1 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Get rid of .elc files after removal of the corresponding .el.
4 * Makefile.in (compile-clean): New target.
5 (compile-main): Use it.
6
1 2010-03-22 Jan Djärv <jan.h.d@swipnet.se> 7 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we 9 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4 don't do make there. When compiling with separate object dir, there 10 don't do make there. When compiling with separate object dir, there
5 is no Makefile there. 11 is no Makefile there.
17 * Makefile.in (top_srcdir): Define. 23 * Makefile.in (top_srcdir): Define.
18 (abs_top_builddir): Define. 24 (abs_top_builddir): Define.
19 (srcdir): Don't append `/..'. 25 (srcdir): Don't append `/..'.
20 (EMACS): Use ${abs_top_builddir}. 26 (EMACS): Use ${abs_top_builddir}.
21 (all, compile, compile-always, compile-last): Don't set emacswd. 27 (all, compile, compile-always, compile-last): Don't set emacswd.
22 (update-subdirs, update-authors): Use $(top_srcdir) instead of $(srcdir). 28 (update-subdirs, update-authors): Use $(top_srcdir) instead of
29 $(srcdir).
23 (lisp): Use $(srcdir) instead of @srcdir@. 30 (lisp): Use $(srcdir) instead of @srcdir@.
24 31
25 2010-03-21 Juri Linkov <juri@jurta.org> 32 2010-03-21 Juri Linkov <juri@jurta.org>
26 33
27 Fix message of multi-line occur regexps and multi-buffer header lines. 34 Fix message of multi-line occur regexps and multi-buffer header lines.