Re: [MacPorts] #13601: MacPorts doesn't respect hard links during install phase
#13601: MacPorts doesn't respect hard links during install phase --------------------------------------+------------------------------------- Reporter: julien.thewys@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.5.2 Resolution: | Keywords: tcl hard link Port: | --------------------------------------+------------------------------------- Description changed by ryandesign@macports.org: Old description:
Just installed macports and git-core on 10.5 . I can see that lots of generated bin are just the same file:
cd /opt/local/bin; for i in git-*; do diff -qs $i git-tag; done | grep identical | wc
Some "cp" could be replaced by "ln" in the build process.
New description: Just installed macports and git-core on 10.5 . I can see that lots of generated bin are just the same file: {{{ cd /opt/local/bin; for i in git-*; do diff -qs $i git-tag; done | grep identical | wc }}} Some "cp" could be replaced by "ln" in the build process. -- -- Ticket URL: <http://trac.macports.org/ticket/13601#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts