From 9200c9263143a7a9d31c07a0df1204d39f9fa061 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 4 Nov 2006 14:43:58 +0000 Subject: [PATCH] (bootstrap-clean): New target. --- leim/ChangeLog | 4 ++++ leim/Makefile.in | 6 ++++++ 2 files changed, 10 insertions(+) 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 -- 2.39.2