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 r108241: * Makefile.in (install-ar


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

------------------------------------------------------------
revno: 108241
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-15 13:49:59 -0400
message:
  * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
  This make it easier to see what is going on.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-15 17:32:42 +0000
+++ b/ChangeLog 2012-05-15 17:49:59 +0000
@@ -1,5 +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): Do not hard-code version number.
 
        * Makefile.in (install-arch-dep): NS install no longer needs to

=== modified file 'Makefile.in'
--- a/Makefile.in       2012-05-15 17:32:42 +0000
+++ b/Makefile.in       2012-05-15 17:49:59 +0000
@@ -471,7 +471,7 @@
        if test "${ns_appresdir}" != ""; then \
          ( cd ${ns_appresdir} ; \
            if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
-           if test -d share/info ; then dir=share/info; $(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); \


reply via email to

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