]> git.eshelyaron.com Git - emacs.git/commitdiff
Simplify some leim/Makefile.in clean rules.
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Mar 2010 06:37:26 +0000 (23:37 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Mar 2010 06:37:26 +0000 (23:37 -0700)
* Makefile.in (maintainer-clean): Use bootstrap-clean.
(extraclean): Fix deletion patterns.

leim/ChangeLog
leim/Makefile.in

index 513201c4a783f319b37de3679a661cf0b984da5e..6ea68248238b635dc9ba2f6e0ba526dbdba41b67 100644 (file)
@@ -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.
 
index bd67f373af1de3f88c2b3c489f661e8823c8967a..f0fba8d24624ed98fd6ed1f07e96e9c92e30ffa8 100644 (file)
@@ -275,16 +275,17 @@ clean mostlyclean:
 # 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