Mercurial > emacs
changeset 81915:936c58784647
(extraclean): Don't delete *~.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 16 Jul 2007 22:35:41 +0000 |
parents | 73cef4edb42e |
children | 30fcf6c30460 |
files | leim/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.w32-in Mon Jul 16 22:34:38 2007 +0000 +++ b/leim/makefile.w32-in Mon Jul 16 22:35:41 2007 +0000 @@ -215,5 +215,7 @@ maintainer-clean: distclean - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) +# We used to delete *~ here, but that might inadvertently remove +# precious files if it happens to match their short 8+3 aliases. extraclean: maintainer-clean - - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) + - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)