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
c184265d
Commit
c184265d
authored
May 15, 2012
by
Glenn Morris
Browse files
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec.
parent
a3f7efb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ChangeLog
ChangeLog
+2
-1
Makefile.in
Makefile.in
+3
-3
No files found.
ChangeLog
View file @
c184265d
2012-05-15 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info,
and with libexec.
* Makefile.in (install-arch-dep): Do not hard-code version number.
...
...
Makefile.in
View file @
c184265d
...
...
@@ -473,9 +473,9 @@ install-arch-dep: mkdir
if
test
-d
share/emacs
;
then
dir
=
share/emacs/
*
/
*
;
$(MV_DIRS)
;
fi
;
\
if
test
-d
share/info
;
then
rm
-fr
info
;
mv
share/info
.
;
fi
;
\
rm
-fr
share
)
;
\
(
cd
${ns_appbindir}
;
\
if
cd
libexec
;
then
dir
=
emacs/
*
/
*
/
*
;
$(MV_DIRS)
;
\
rm
-fr
emacs
;
rm
-f
../bin/emacs ../bin/
$(EMACSFULL)
;
\
(
if
cd
${ns_appbindir}
/libexec
;
then
\
mv
-f
emacs/
${version}
/
${configuration}
/
*
.
;
rm
-fr
emacs
;
\
rm
-f
../bin/emacs ../bin/
$(EMACSFULL)
;
\
fi
)
;
\
else
true
;
fi
...
...
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