emacs-devel
[Top][All Lists]
Advanced

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

ns build symlinks all libexec programs into bin directory


From: Glenn Morris
Subject: ns build symlinks all libexec programs into bin directory
Date: Sat, 12 May 2012 14:18:00 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.



reply via email to

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