Skip to content
  • Thomas Miedema's avatar
    Build: ./boot && ./configure && make sdist (#8723) · 092082e7
    Thomas Miedema authored
    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
    092082e7