emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/makefile.w32-in,v
retrieving revision 2.64.2.4
retrieving revision 2.64.2.5
diff -u -b -r2.64.2.4 -r2.64.2.5
--- makefile.w32-in     4 Jun 2007 20:42:30 -0000       2.64.2.4
+++ makefile.w32-in     20 Jul 2007 19:45:02 -0000      2.64.2.5
@@ -324,8 +324,10 @@
 #
 # Maintenance
 #
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
 clean:
-               - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
+               - $(DEL) DOC* $(COMPILER_TEMP_FILES)
                - $(DEL) ctags.c
                - $(DEL) getopt.h
                - $(DEL_TREE) $(OBJDIR)




reply via email to

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