emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106471: * Makefile.in (install-arch-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106471: * Makefile.in (install-arch-dep): Tweak previous change.
Date: Mon, 21 Nov 2011 20:56:49 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106471
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-21 20:56:49 -0500
message:
  * Makefile.in (install-arch-dep): Tweak previous change.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-11-22 01:37:45 +0000
+++ b/ChangeLog 2011-11-22 01:56:49 +0000
@@ -1,3 +1,7 @@
+2011-11-22  Glenn Morris  <address@hidden>
+
+       * Makefile.in (install-arch-dep): Tweak previous change.
+
 2011-11-22  Yavor Doganov  <address@hidden>
 
        Do not install arch-dependent files in the app bundle if

=== modified file 'Makefile.in'
--- a/Makefile.in       2011-11-22 01:37:45 +0000
+++ b/Makefile.in       2011-11-22 01:56:49 +0000
@@ -475,9 +475,9 @@
            if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \
            rm -fr share ) ; \
          ( cd ${ns_appbindir} ; \
-           if test -d libexec; then cd libexec ; dir=emacs/*/*/* ; \
-           $(MV_DIRS); rm -fr emacs; \
-           cd ../bin; rm -f emacs emacs-24*; ln -sf ../libexec/* . ; fi ) ; \
+           if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
+           rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \
+           ln -sf ../libexec/* . ; fi ; fi ) ; \
        else true ; fi
 
 ## FIXME is the emacs-24* bit above really necessary and correct?


reply via email to

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