emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/makefile.w32-in, v [EMACS_22_BASE]


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in, v [EMACS_22_BASE]
Date: Fri, 20 Jul 2007 19:42:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Eli Zaretskii <eliz>    07/07/20 19:42:14

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/makefile.w32-in,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -u -b -r1.49.2.1 -r1.49.2.2
--- makefile.w32-in     11 Jul 2007 14:41:44 -0000      1.49.2.1
+++ makefile.w32-in     20 Jul 2007 19:42:13 -0000      1.49.2.2
@@ -247,8 +247,10 @@
 #
 # 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]