From: Romain Francoise Date: Sat, 4 Nov 2006 14:43:58 +0000 (+0000) Subject: (bootstrap-clean): New target. X-Git-Tag: emacs-pretest-22.0.91~348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9200c9263143a7a9d31c07a0df1204d39f9fa061;p=emacs.git (bootstrap-clean): New target. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 7a167953f48..2a3f5daa561 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2006-11-04 Romain Francoise + + * Makefile.in (bootstrap-clean): New target. + 2006-10-12 Kenichi Handa * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd' diff --git a/leim/Makefile.in b/leim/Makefile.in index 3a4467d20ed..10ba277b473 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -255,6 +255,12 @@ clean mostlyclean: 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