summaryrefslogtreecommitdiff
path: root/MAKEHELP.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix links to building guides in MAKEHELP.mdTakenobu Tani2017-01-301-1/+3
| | | | | | | | | | | | | MAKEHELP.md has an old link to 'Building/Hacking'. I updated it to suitable links for new contributors. Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3039
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-041-8/+9
| | | | | | Reviewed by: bgamari Differential Revision: https://phabricator.haskell.org/D1209
* Build system: add `make show!` command (#7810)Thomas Miedema2015-07-131-0/+5
| | | | | | | | A normal `make show` starts a build of the ghc-stage1 compiler, to create package-data.mk files. This version doesn't read those, so it will work right after ./configure. Differential Revision: https://phabricator.haskell.org/D1064
* docs: Flatten MAKEHELP/SUBMAKEHELPAustin Seipp2015-02-231-0/+81
There's no reason to have two files, and this is one step towards a cleaner root directory. Signed-off-by: Austin Seipp <austin@well-typed.com>