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
Open sidebar
emacs
emacs
Commits
b1b7afc7
Commit
b1b7afc7
authored
Jul 21, 1997
by
Richard M. Stallman
Browse files
(top_distclean): Use -f to delete contents of lock dir.
parent
aca9b721
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.in
Makefile.in
+1
-1
No files found.
Makefile.in
View file @
b1b7afc7
...
...
@@ -461,7 +461,7 @@ clean: FRC
top_distclean
=
\
rm
-f
config.status config.cache config.log
;
\
rm
-f
Makefile
${SUBDIR_MAKEFILES}
;
\
(
cd
lock
&&
(
rm
*
||
true
))
(
cd
lock
&&
(
rm
-f
*
||
true
))
distclean
:
FRC
(
cd
src
;
$(MAKE)
$(MFLAGS)
distclean
)
(
cd
oldXMenu
;
$(MAKE)
$(MFLAGS)
distclean
)
...
...
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