Skip to content
Snippets Groups Projects
  • Matthew Pickering's avatar
    f8efc263
    packaging: Be more precise about which executables to copy and wrappers to create · f8efc263
    Matthew Pickering authored and Zubin's avatar Zubin committed
    Exes
    ----
    Before: The whole bin/ folder was copied which could contain random old/stale/testsuite executables
    After: Be precise
    
    Wrappers
    --------
    Before: Wrappers were created for everything in the bin folder,
    including internal executables such as "unlit"
    After: Only create wrappers for the specific things which we want to
    include in the user's path.
    
    This makes the hadrian bindists match up more closely with the make
    bindists.
    
    (cherry picked from commit 888eadb9)
    packaging: Be more precise about which executables to copy and wrappers to create
    Matthew Pickering authored and Zubin's avatar Zubin committed
    Exes
    ----
    Before: The whole bin/ folder was copied which could contain random old/stale/testsuite executables
    After: Be precise
    
    Wrappers
    --------
    Before: Wrappers were created for everything in the bin folder,
    including internal executables such as "unlit"
    After: Only create wrappers for the specific things which we want to
    include in the user's path.
    
    This makes the hadrian bindists match up more closely with the make
    bindists.
    
    (cherry picked from commit 888eadb9)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BinaryDist.hs 13.57 KiB