Changes between Initial Version and Version 5 of Ticket #13601


Ignore:
Timestamp:
Nov 11, 2008, 1:10:31 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13601

    • Property Component changed from ports to base
    • Property Summary changed from git-core hard link to MacPorts doesn't respect hard links during install phase
    • Property Keywords tcl hard link added
    • Property Milestone changed from to MacPorts base bugs
    • Property Type changed from enhancement to defect
  • Ticket #13601 – Description

    initial v5  
    22I can see that lots of generated bin are just the same file:
    33
     4{{{
    45cd /opt/local/bin;
    56for i in git-*; do diff -qs $i git-tag; done | grep identical | wc
     7}}}
    68
    79Some "cp" could be replaced by "ln" in the build process.