Preliminary bindist rule (#555)
* Preliminary bindist rule For now, we only ship `<build root>/{bin, lib}` and the few make build system related files that are needed to support a simple ``` ./configure [--prefix=PATH] && make install ``` workflow. The current binary distributions of GHC support a wider range of parameters, but I figured it would be a good thing to start with this and enhance it as we all see fit and perhaps using feedback from GHC HQ (@bgamari in particular) and bindist users. * document binary distribution rule in README * sdist-ghc -> source-dist, Rules.Bindist -> Rules.BinaryDist
Showing
- README.md 12 additions, 1 deletionREADME.md
- cfg/system.config.in 1 addition, 0 deletionscfg/system.config.in
- hadrian.cabal 1 addition, 0 deletionshadrian.cabal
- src/Builder.hs 4 additions, 0 deletionssrc/Builder.hs
- src/Builder.hs-boot 1 addition, 0 deletionssrc/Builder.hs-boot
- src/Rules.hs 4 additions, 2 deletionssrc/Rules.hs
- src/Rules/SourceDist.hs 1 addition, 1 deletionsrc/Rules/SourceDist.hs
Please register or sign in to comment