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
7541dad5
Commit
7541dad5
authored
May 16, 2010
by
Glenn Morris
Browse files
* src/Makefile.in (clean): Get rid of HAVE_NS conditional.
parent
9a436f0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile.in
src/Makefile.in
+2
-3
No files found.
src/ChangeLog
View file @
7541dad5
2010-05-16 Glenn Morris <rgm@gnu.org>
* Makefile.in (clean): Get rid of HAVE_NS conditional.
* Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
trailing "/".
...
...
src/Makefile.in
View file @
7541dad5
...
...
@@ -1015,9 +1015,8 @@ mostlyclean:
clean
:
mostlyclean
rm
-f
emacs-
*
.
*
.
*
${EXEEXT}
emacs
${EXEEXT}
-
rm
-rf
deps
#ifdef HAVE_NS
rm
-fr
${ns_appdir}
#endif
test
"X
${ns_appdir}
"
=
"X"
||
rm
-rf
${ns_appdir}
/*
bootstrap-clean
is
used
to
clean
up
just
before
a
bootstrap.
It
should
remove
all
files
generated
during
a
compilation/bootstrap,
but
not
things
like
config.status
or
TAGS.
*/
...
...
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