Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
966bda3a
Commit
966bda3a
authored
Dec 21, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(distclean): Remove .gdbinit if we are building outside the source tree.
parent
64865454
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/Makefile.in
src/Makefile.in
+3
-0
No files found.
src/Makefile.in
View file @
966bda3a
...
...
@@ -1171,6 +1171,9 @@ clean: mostlyclean
/**/
# Do not use it on development directories!
distclean
:
clean
rm
-f
epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-
*
mv
./.gdbinit ./.gdbinit.save
if
test
-f
"
${srcdir}
/.gdbinit"
;
then
rm
-f
./.gdbinit.save
;
\
else
mv
./.gdbinit.save ./.gdbinit
;
fi
maintainer-clean
:
distclean
@
echo
"This command is intended for maintainers to use;"
@
echo
"it deletes files that may require special tools to rebuild."
...
...
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