(extraclean): Don't delete *~.
This commit is contained in:
parent
effb3d94de
commit
1d2646ccb6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (extraclean): Don't delete *~.
|
||||
|
||||
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 22.1 released.
|
||||
|
|
|
@ -215,5 +215,7 @@ distclean: clean
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue