Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
effb3d94
Commit
effb3d94
authored
Jul 20, 2007
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(clean): Don't delete *~.
parent
b395d6e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+3
-1
No files found.
lib-src/ChangeLog
View file @
effb3d94
2007-07-20 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (clean): Don't delete *~.
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.
...
...
lib-src/makefile.w32-in
View file @
effb3d94
...
...
@@ -324,8 +324,10 @@ install: $(INSTALL_FILES)
#
# 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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment