hadrian: Build all executables in bin/ folder
In the end the bindist creation logic copies them all into the bin folder. There is no benefit to building a specific few binaries in the lib/bin folder anymore. This also removes the ad-hoc logic to copy the touchy and unlit executables from stage0 into stage1. It takes <1s to build so we might as well just build it.
Showing
- compiler/GHC/Settings/IO.hs 1 addition, 1 deletioncompiler/GHC/Settings/IO.hs
- hadrian/bindist/Makefile 1 addition, 2 deletionshadrian/bindist/Makefile
- hadrian/src/Packages.hs 1 addition, 7 deletionshadrian/src/Packages.hs
- hadrian/src/Rules/BinaryDist.hs 6 additions, 1 deletionhadrian/src/Rules/BinaryDist.hs
- hadrian/src/Rules/Generate.hs 1 addition, 1 deletionhadrian/src/Rules/Generate.hs
- hadrian/src/Rules/Program.hs 1 addition, 4 deletionshadrian/src/Rules/Program.hs
- m4/fp_settings.m4 2 additions, 2 deletionsm4/fp_settings.m4
Loading
Please register or sign in to comment