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 r108238: Stop NS install symlinkin


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108238: Stop NS install symlinking libexec/* into bin/
Date: Fri, 02 Nov 2012 01:46:25 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108238
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-15 13:09:00 -0400
message:
  Stop NS install symlinking libexec/* into bin/
  
  * Makefile.in (install-arch-dep): NS install no longer needs to
  symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-12 18:10:37 +0000
+++ b/ChangeLog 2012-05-15 17:09:00 +0000
@@ -1,3 +1,8 @@
+2012-05-15  Glenn Morris  <address@hidden>
+
+       * Makefile.in (install-arch-dep): NS install no longer needs to
+       symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
+
 2012-05-12  Glenn Morris  <address@hidden>
 
        * configure.in (ns_appbindir): Remove trailing "/".

=== modified file 'Makefile.in'
--- a/Makefile.in       2012-05-12 00:57:48 +0000
+++ b/Makefile.in       2012-05-15 17:09:00 +0000
@@ -476,7 +476,7 @@
          ( cd ${ns_appbindir} ; \
            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 ) ; \
+           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]