summaryrefslogtreecommitdiff
path: root/bin/build-binary-dist.sh
AgeCommit message (Collapse)Author
2014-12-15bin/build-binary-dist.sh: remove hardwired install path and version numberhallgren
Also improved tolerance to paths containing white space.
2014-08-29bin/build-binary-dist.sh: just a small fixhallgren
2014-08-28You can now use 'make pkg' to build OS X Installer packages for GFhallgren
The script bin/build-binary-dist.sh has been updated to build either a plain .tar.gz package or OS X Installer package (.pkg). Note that bin/build-binary-dist.sh is designed to build and include the C run-time system in the binary package. If the C run-time system fails to build, no binary package will be created.
2014-06-21build-binary-dist.sh: include a ghc package configuration filehallgren
as an experiment
2014-06-18build-binary-dist.sh: updated to include the Python binding to the C run-timehallgren
There are also some changes in src/runtime/python/setyp.py to support this.
2014-06-17build-binary-dist.sh: updated to include the C runtime system in binary tarballshallgren
Also moved it to the bin directory. Run it with 'bash bin/build-binary-dish.sh'.