all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ns build symlinks all libexec programs into bin directory
@ 2012-05-12 18:18 Glenn Morris
  2012-05-13  6:27 ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2012-05-12 18:18 UTC (permalink / raw)
  To: emacs-devel


Why does a --with-ns build do this (in install-arch-dep):

cd nextstep/Emacs.app/bin
ls -l
    hexl -> ../libexec/hexl
    movemail -> ../libexec/movemail
    profile -> ../libexec/profile
    rcs2log -> ../libexec/rcs2log
    update-game-score -> ../libexec/update-game-score
    vcdiff -> ../libexec/vcdiff

Ie, create symlinks to the libexec programs in the bin directory?

These programs are supposed to be for internal Emacs use only, which is
why they get installed in libexec in the first place.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-15 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 18:18 ns build symlinks all libexec programs into bin directory Glenn Morris
2012-05-13  6:27 ` Jan Djärv
2012-05-14 16:39   ` Glenn Morris
2012-05-15 16:26     ` Jan Djärv

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.