Skip to content
  • Moritz Angermann's avatar
    Add “BINARY_DIST_DIR” to Makefile · 274e9b27
    Moritz Angermann authored and Ben Gamari's avatar Ben Gamari committed
    This allows to customize the location where binary distributions are
    placed with `make binary-dist`.
    
    E.g. using:
    ```
    BINARY_DIST_DIR=/path/to/bindists make binary-dist
    ```
    will place binary dists outside of the source tree into the given
    folder.
    
    This change falls back to ".", which is the old behaviour.
    
    Test Plan: build binary-dist
    
    Reviewers: bgamari, austin
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3798
    274e9b27