mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
(clean): Don't delete *~.
This commit is contained in:
parent
f37b8e41a1
commit
b395d6e1f5
@ -1,5 +1,7 @@
|
||||
2007-07-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (clean): Don't delete *~.
|
||||
|
||||
* w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
|
||||
Define if not defined.
|
||||
|
||||
|
@ -247,8 +247,10 @@ install: $(ALL)
|
||||
#
|
||||
# Maintenance
|
||||
#
|
||||
# We used to delete *~, s/*~, m/*~ here, but that might inadvertently
|
||||
# remove precious files if it happens to match their short 8+3 aliases.
|
||||
clean:
|
||||
- $(DEL) *~ "s/*~" "m/*~"
|
||||
- $(DEL) "s/*.h~" "m/*.h~"
|
||||
- $(DEL) $(COMPILER_TEMP_FILES)
|
||||
- $(DEL_TREE) $(OBJDIR)
|
||||
- $(DEL) stamp_BLD
|
||||
|
Loading…
Reference in New Issue
Block a user