| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: Remove checks for bug 9439 | Erik de Castro Lopo | 2016-08-07 | 1 | -7/+0 |
* | Unset GREP_OPTIONS in build system | Ben Gamari | 2016-02-09 | 1 | -0/+7 |
* | Build system: fix 'make install-strip' in bindist | Thomas Miedema | 2015-12-12 | 1 | -12/+13 |
* | Always run explicitly requested ways (extra_ways) for fast runs. | Edward Z. Yang | 2015-09-20 | 1 | -2/+5 |
* | Build system: simplify *-llvm BuildFlavours (#10223) | Thomas Miedema | 2015-09-07 | 1 | -1/+1 |
* | Build system: implement `make install-strip` (#1851) | Thomas Miedema | 2015-09-04 | 1 | -0/+22 |
* | Testsuite: by default run all tests for a single way | Thomas Miedema | 2015-09-02 | 1 | -2/+29 |
* | Build system: add `make show!` command (#7810) | Thomas Miedema | 2015-07-13 | 1 | -0/+5 |
* | Build system: rename bindist to bindist-list... | Thomas Miedema | 2015-07-02 | 1 | -1/+1 |
* | Make validate more quiet | Thomas Miedema | 2015-06-04 | 1 | -2/+2 |
* | Build: ./boot && ./configure && make sdist (#8723) | Thomas Miedema | 2015-06-04 | 1 | -1/+29 |
* | Build system: always use `make -r` | Thomas Miedema | 2015-05-30 | 1 | -10/+18 |
* | Build system: allow missing config.mk for target clean_% | Thomas Miedema | 2015-05-30 | 1 | -1/+1 |
* | Build system: remove toplevel target `fast` | Thomas Miedema | 2015-05-30 | 1 | -3/+3 |
* | Build system: make more targets PHONY | Thomas Miedema | 2015-05-30 | 1 | -0/+6 |
* | build: fix 'make help' | Austin Seipp | 2015-03-07 | 1 | -1/+1 |
* | `make test` in root directory now runs fulltest | Thomas Miedema | 2015-03-02 | 1 | -7/+7 |
* | Bug #9439: Ensure that stage 0 compiler isn't affected | Ben Gamari | 2014-08-18 | 1 | -0/+7 |
* | Don't require mk/config.mk for all cleanup targets | Herbert Valerio Riedel | 2014-04-27 | 1 | -1/+1 |
* | Fix `make help` | Kyle J. Van Berendonck | 2014-04-21 | 1 | -2/+2 |
* | Fix binary-dist target with xz/gzip | Austin Seipp | 2014-02-28 | 1 | -1/+1 |
* | Fix Windows binary-dist target | Austin Seipp | 2014-01-14 | 1 | -3/+0 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -2/+2 |
* | Add an echo target to the build system | Ian Lynagh | 2013-05-25 | 1 | -2/+2 |
* | Don't try to make windows-installer | Ian Lynagh | 2013-05-18 | 1 | -1/+0 |
* | Fix 'make test' command for new testsuite location | David Terei | 2011-07-20 | 1 | -2/+2 |
* | Update some files for new testsuite tests location | David Terei | 2011-07-20 | 1 | -2/+2 |
* | Remove depreciated install-docs command | David Terei | 2011-05-04 | 1 | -7/+1 |
* | Call the final build system phase "final" rather than "" | Ian Lynagh | 2011-02-07 | 1 | -1/+1 |
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 1 | -0/+2 |
* | Simplify the build system, and remove 2 phases | Ian Lynagh | 2011-01-22 | 1 | -10/+2 |
* | Remove an unnecessary phase, and some unnecessary deps | Ian Lynagh | 2011-01-16 | 1 | -4/+0 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -9/+13 |
* | make test and fulltest targets in the main Makefile; fixes #4297 | Ian Lynagh | 2010-09-30 | 1 | -1/+10 |
* | Second test from Simon's laptop | simonpj@microsoft.com | 2010-07-29 | 1 | -1/+1 |
* | Test commit from Simon's laptop | simonpj@microsoft.com | 2010-07-29 | 1 | -1/+1 |
* | Add an install-docs target that emits a helpful diagnostic (#3662) | Simon Marlow | 2009-11-16 | 1 | -1/+7 |
* | Change where bindists are made | Ian Lynagh | 2009-09-27 | 1 | -4/+10 |
* | Fix "make show" in a bindist | Ian Lynagh | 2009-08-01 | 1 | -7/+3 |
* | avoid (benign) error about overriding rules for binary-dist | Simon Marlow | 2009-07-27 | 1 | -1/+1 |
* | remove Solaris-specific hacks, now unnecessary | Simon Marlow | 2009-07-13 | 1 | -6/+1 |
* | Simplify timestamp restoration | Matthias Kilian | 2009-07-11 | 1 | -25/+5 |
* | Use /usr/bin/test if it exists, and fix test syntax. | Simon Marlow | 2009-07-09 | 1 | -2/+7 |
* | Avoid unnecessary recompilation after ./configure (helps #3228) | Simon Marlow | 2009-07-07 | 1 | -0/+29 |
* | Add 'make help', displaying a list of useful make targets | Simon Marlow | 2009-06-15 | 1 | -1/+6 |
* | Make Windows bindists and installers work in the new build system | Ian Lynagh | 2009-06-10 | 1 | -0/+5 |
* | Remove hacky on-demand building of libraries/*/ghc.mk, put it back in sh boot | Simon Marlow | 2009-05-22 | 1 | -6/+2 |
* | Set CLEANING=YES for the clean_% targets | Ian Lynagh | 2009-05-20 | 1 | -1/+1 |
* | allow phases to be omitted by setting OMIT_PHASE_[123]=YES | Simon Marlow | 2009-05-19 | 1 | -0/+6 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-16 | 1 | -2/+2 |