[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108242: * Makefile.in (install-arch-
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108242: * Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec. |
Date: |
Tue, 15 May 2012 13:55:39 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108242
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-15 13:55:39 -0400
message:
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec.
modified:
ChangeLog
Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-15 17:49:59 +0000
+++ b/ChangeLog 2012-05-15 17:55:39 +0000
@@ -1,6 +1,7 @@
2012-05-15 Glenn Morris <address@hidden>
- * 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.
=== modified file 'Makefile.in'
--- a/Makefile.in 2012-05-15 17:49:59 +0000
+++ b/Makefile.in 2012-05-15 17:55:39 +0000
@@ -473,9 +473,9 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108242: * Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec.,
Glenn Morris <=