Mercurial > emacs
changeset 73677:e92b6b791ebb
(bootstrap-clean): New target.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 04 Nov 2006 14:43:58 +0000 |
parents | 33dd4e78cdc7 |
children | dbad5ab7f084 |
files | leim/ChangeLog leim/Makefile.in |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Sat Nov 04 12:52:13 2006 +0000 +++ b/leim/ChangeLog Sat Nov 04 14:43:58 2006 +0000 @@ -1,3 +1,7 @@ +2006-11-04 Romain Francoise <romain@orebokech.com> + + * Makefile.in (bootstrap-clean): New target. + 2006-10-12 Kenichi Handa <handa@m17n.org> * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
--- a/leim/Makefile.in Sat Nov 04 12:52:13 2006 +0000 +++ b/leim/Makefile.in Sat Nov 04 14:43:58 2006 +0000 @@ -255,6 +255,12 @@ rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \ leim-list.el changed.tit changed.misc +# The following target is needed because the `clean' target only removes +# TIT-generated files and doesn't touch compiled Quail packages. But +# bootstrapping should not leave non-fresh .elc files behind. +bootstrap-clean: clean + rm -f ${WORLD} + distclean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi rm -f Makefile