(clean): Don't delete *~.
This commit is contained in:
parent
f37b8e41a1
commit
b395d6e1f5
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue