| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't require the library ghc.mk files in order to clean | Ian Lynagh | 2009-05-15 | 1 | -6/+4 |
* | main repeated 'make maintainer-clean' not fail | Simon Marlow | 2009-05-14 | 1 | -6/+11 |
* | make repeated 'make distclean' not fail | Simon Marlow | 2009-05-14 | 1 | -1/+4 |
* | Partially fix "make framework-pkg" | Ian Lynagh | 2009-05-08 | 1 | -1/+14 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 1 | -0/+11 |
* | remove commentary that is now in the wiki | Simon Marlow | 2009-04-27 | 1 | -81/+0 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -633/+113 |
* | Don't use the absolute path to the bindist tarball | Ian Lynagh | 2009-02-10 | 1 | -3/+3 |
* | Build dph with the stage2 compiler | Ian Lynagh | 2009-02-03 | 1 | -0/+1 |
* | Fix "make install": Put "[]" in the install package.conf | Ian Lynagh | 2009-01-14 | 1 | -0/+2 |
* | Check that make supports eval | Ian Lynagh | 2009-01-09 | 1 | -0/+7 |
* | Require HsColour by default | Ian Lynagh | 2009-01-04 | 1 | -1/+9 |
* | Delay building libffi until package.conf is created and fix bindist | Clemens Fruhwirth | 2008-10-10 | 1 | -1/+1 |
* | Turn libffi into a Haskell package | Clemens Fruhwirth | 2008-10-08 | 1 | -1/+1 |
* | fix syntax errors in src-dist publish rules | Simon Marlow | 2008-10-08 | 1 | -2/+2 |
* | Use $(TAR) rather than tar | Ian Lynagh | 2008-09-24 | 1 | -8/+8 |
* | Escape a hash in the Makefile (it was breaking source dist creation) | Ian Lynagh | 2008-09-20 | 1 | -1/+1 |
* | Fix building the extralibs tarball | Ian Lynagh | 2008-09-19 | 1 | -1/+1 |
* | Fix how we put libffi into bindists | Ian Lynagh | 2008-09-19 | 1 | -0/+1 |
* | Add HpcParser.hs to source dists | Ian Lynagh | 2008-09-19 | 1 | -0/+7 |
* | Fix the list of generated files that need to go into the source dists | Ian Lynagh | 2008-09-19 | 1 | -1/+1 |
* | Put generated files in source dists | Ian Lynagh | 2008-09-18 | 1 | -0/+20 |
* | Reinstate the driver/ghc directory, to create a versioned GHC program | Ian Lynagh | 2008-09-12 | 1 | -1/+1 |