emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108242: * Makefile.in (install-ar


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108242: * Makefile.in (install-arch-dep): Replace use of MV_DIRS with libexec.
Date: Fri, 02 Nov 2012 02:32:27 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]