unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* OS X: Emacs.app / application binary = hard link ... why?
@ 2005-04-15 15:12 David Reitter
  0 siblings, 0 replies; only message in thread
From: David Reitter @ 2005-04-15 15:12 UTC (permalink / raw)


Hi,

make-package creates hard links (and symlinks) in an extra bin/ folder 
in the .app bundle:

    # Make the application binary a hard link
     rm $installprefix/../MacOS/Emacs
     ln $installprefix/../MacOS/bin/emacs $installprefix/../MacOS/Emacs

why is this happening?
It looks like that in the installation - via a .pkg package / and an 
.dmg - you end up with three identical, but separate files that each 
take up 15MB.

What is Contents/MacOS/bin for anyways?

If it is needed, can we safely make a symlink instead of a hard link?

Thanks
-- Dave

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-15 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-15 15:12 OS X: Emacs.app / application binary = hard link ... why? David Reitter

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).