Mercurial > emacs
changeset 78178:2b73f6ae0386
(extraclean): Don't delete *~.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 20 Jul 2007 19:50:18 +0000 |
parents | 5e9948f9c780 |
children | d01bc1c34d89 |
files | leim/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.w32-in Fri Jul 20 19:45:30 2007 +0000 +++ b/leim/makefile.w32-in Fri Jul 20 19:50:18 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)