summaryrefslogtreecommitdiff
path: root/rules/sdist-ghc-file.mk
Commit message (Collapse)AuthorAgeFilesLines
* Build: ./boot && ./configure && make sdist (#8723)Thomas Miedema2015-06-041-0/+46
Make it possible to run `make sdist` right after configure, without completing a complete build first. Test Plan: I compared the contents of the created `.tar.bz2` files in the `sdistprep` directory, after running `make sdist` both before and after completing a full build, using `diff -r`. There weren't any differences (after applying the patches from D914). Note that the `.tar.bz2` files were not exactly the same size, but they aren't either when tarring and bzipping the same directory twice. It seems tarring and bzipping is not deterministic (on my system). Differential Revision: https://phabricator.haskell.org/D917