| Commit message (Expand) | Author | Age | Files | Lines |
* | Get dynamic-by-default mostly working on OS X | Ian Lynagh | 2012-10-14 | 1 | -0/+4 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -0/+7 |
* | Don't build the ghc DLL on Windows; works around trac #5987 | Ian Lynagh | 2012-06-29 | 1 | -1/+1 |
* | Improve support for cross-compilation | Simon Marlow | 2012-01-30 | 1 | -1/+1 |
* | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 1 | -2/+2 |
* | Add some missing dependencies; should fix make after re-configure | Simon Marlow | 2011-09-16 | 1 | -0/+4 |
* | Follow Cabal reorganisation, and improve build system a little | Ian Lynagh | 2011-06-23 | 1 | -0/+2 |
* | Refactor how dependencies are included; fixes #5109 | Ian Lynagh | 2011-04-14 | 1 | -15/+1 |
* | Call the final build system phase "final" rather than "" | Ian Lynagh | 2011-02-07 | 1 | -2/+2 |
* | Add build system profiling to build system | Ian Lynagh | 2011-01-23 | 1 | -0/+2 |
* | Simplify the build system, and remove 2 phases | Ian Lynagh | 2011-01-22 | 1 | -71/+40 |
* | Move some make variables around | Ian Lynagh | 2011-01-19 | 1 | -12/+12 |
* | Move the PACKAGE_MAGIC evaluation inside package-data.mk | Ian Lynagh | 2011-01-19 | 1 | -4/+0 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -31/+44 |
* | Refactoring and tidy up in the build system | Simon Marlow | 2010-09-23 | 1 | -2/+0 |
* | add a simple trace facility to the build system | Simon Marlow | 2010-09-21 | 1 | -0/+1 |
* | Don't haddock packages that we aren't going to install | Ian Lynagh | 2010-09-03 | 1 | -0/+2 |
* | Don't include inter-package dependencies when compiling with stage 0; #4031 | Ian Lynagh | 2010-05-09 | 1 | -1/+1 |
* | Tidy up the "rm" flags in the build system | Ian Lynagh | 2010-05-08 | 1 | -1/+1 |
* | In build system, call package-config after including package data | Ian Lynagh | 2010-05-04 | 1 | -2/+2 |
* | Make sure all the clean rules are always included | Ian Lynagh | 2010-04-24 | 1 | -10/+22 |
* | Escape some $s in makefiles for consistency | Ian Lynagh | 2010-01-19 | 1 | -1/+1 |
* | Eliminate mkdependC | Ian Lynagh | 2009-12-09 | 1 | -1/+1 |
* | Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars | Ian Lynagh | 2009-09-11 | 1 | -2/+1 |
* | refactor *_OPTS settings in the build system; no functional changes | Simon Marlow | 2009-09-09 | 1 | -2/+0 |
* | Check Cabal packages when validating | Ian Lynagh | 2009-08-11 | 1 | -0/+8 |
* | buildinfo files need a $$(wildcard) | Simon Marlow | 2009-07-27 | 1 | -1/+1 |
* | Add buildinfo files to the bindist2009-06-25 | Ian Lynagh | 2009-06-25 | 1 | -1/+1 |
* | Make C and CMM objects way-dependent | Ian Lynagh | 2009-06-24 | 1 | -7/+9 |
* | Add rules for building .cmm files in libraries | Ian Lynagh | 2009-06-11 | 1 | -0/+3 |
* | Add some $s to rules/build-package.mk for consistency | Ian Lynagh | 2009-06-11 | 1 | -2/+2 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -2/+2 |
* | make the clean_libraries target work, so you can "make clean" in libraries/ | Ian Lynagh | 2009-05-30 | 1 | -2/+0 |
* | Make clean_libraries in the same way that we make all_libraries | Ian Lynagh | 2009-05-29 | 1 | -2/+3 |
* | Tweak bindist creation | Ian Lynagh | 2009-05-16 | 1 | -1/+1 |
* | Add a maintainer-clean rule | Ian Lynagh | 2009-05-15 | 1 | -0/+2 |
* | Add a Makefile in libraries/ | Ian Lynagh | 2009-05-08 | 1 | -0/+5 |
* | Build library packages as shared libs | Duncan Coutts | 2009-04-29 | 1 | -3/+5 |
* | extend the rules/c-objs macro to take the way as a parameter | Duncan Coutts | 2009-04-28 | 1 | -2/+2 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 1 | -0/+12 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -0/+135 |