Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1d2646cc
Commit
1d2646cc
authored
Jul 20, 2007
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(extraclean): Don't delete *~.
parent
effb3d94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
leim/ChangeLog
leim/ChangeLog
+4
-0
leim/makefile.w32-in
leim/makefile.w32-in
+3
-1
No files found.
leim/ChangeLog
View file @
1d2646cc
2007
-
07
-
20
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
makefile
.
w32
-
in
(
extraclean
):
Don
't delete *~.
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.
...
...
leim/makefile.w32-in
View file @
1d2646cc
...
...
@@ -215,5 +215,7 @@ distclean: clean
maintainer-clean
:
distclean
-
$(FOREACH)
$(WORLD)
$(FORDO)
$(DEL)
$(FORVAR)
$(ENDFOR)
# We used to delete *~ here, but that might inadvertently remove
# precious files if it happens to match their short 8+3 aliases.
extraclean
:
maintainer-clean
-
$(FOREACH)
*
~
"#*"
$(FORDO)
$(DEL)
$(FORVAR)
$(ENDFOR)
-
$(FOREACH)
*
.el
~
"#*"
$(FORDO)
$(DEL)
$(FORVAR)
$(ENDFOR)
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