# HG changeset patch # User Romain Francoise # Date 1162651438 0 # Node ID e92b6b791ebb878ce6f4c962edbb7cfba8a22186 # Parent 33dd4e78cdc7c60207c8880a2ffdea6201acea35 (bootstrap-clean): New target. diff -r 33dd4e78cdc7 -r e92b6b791ebb leim/ChangeLog --- 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 + + * Makefile.in (bootstrap-clean): New target. + 2006-10-12 Kenichi Handa * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd' diff -r 33dd4e78cdc7 -r e92b6b791ebb leim/Makefile.in --- 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