Mercurial > emacs
changeset 107416:4e4e25c1fae4
Simplify some leim/Makefile.in clean rules.
* Makefile.in (maintainer-clean): Use bootstrap-clean.
(extraclean): Fix deletion patterns.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 17 Mar 2010 23:37:26 -0700 |
parents | 64c4a107d531 |
children | a24389e7f686 |
files | leim/ChangeLog leim/Makefile.in |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Wed Mar 17 23:33:39 2010 -0700 +++ b/leim/ChangeLog Wed Mar 17 23:37:26 2010 -0700 @@ -1,5 +1,8 @@ 2010-03-18 Glenn Morris <rgm@gnu.org> + * Makefile.in (maintainer-clean): Use bootstrap-clean. + (extraclean): Fix deletion patterns. + * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
--- a/leim/Makefile.in Wed Mar 17 23:33:39 2010 -0700 +++ b/leim/Makefile.in Wed Mar 17 23:37:26 2010 -0700 @@ -275,16 +275,17 @@ # bootstrapping should not leave non-fresh .elc files behind. bootstrap-clean: clean rm -f ${WORLD} +## FIXME some compiled files go to srcdir, some don't? +# cd ${srcdir}; rm -f *.elc */*.elc distclean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi rm -f Makefile -maintainer-clean: distclean - rm -f ${WORLD} +maintainer-clean: distclean bootstrap-clean extraclean: maintainer-clean - -rm -f *~ \#* m/?*~ s/?*~ + -rm -f *~ \#* */*~ */\#* .PHONY: check-declare