Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6322 commits behind the upstream repository.
  • Ben Gamari's avatar
    1c582f44
    hadrian: Fix bindist installation on Darwin · 1c582f44
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    It turns out that `cp -P` on Darwin does not always copy a symlink as
    a symlink. In order to get these semantics one must pass `-RP`. It's not
    entirely clear whether this is valid under POSIX, but it is nevertheless
    what Apple does.
    1c582f44
    History
    hadrian: Fix bindist installation on Darwin
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    It turns out that `cp -P` on Darwin does not always copy a symlink as
    a symlink. In order to get these semantics one must pass `-RP`. It's not
    entirely clear whether this is valid under POSIX, but it is nevertheless
    what Apple does.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
install_script.sh 1016 B