Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 1 | -1/+2 |
| | | | | | The logic is now in mk/compiler-ghc.mk rather than being duplicated in ghc/Makefile and compiler/Makefile. | ||||
* | Make the "show" target work anywhere in the build tree | Ian Lynagh | 2010-06-16 | 1 | -1/+5 |
| | |||||
* | Improved infrastructure for fast-rebuilding of parts of the tree | Simon Marlow | 2009-07-03 | 1 | -5/+17 |
| | | | | | | | | | | | | e.g. cd compiler make FAST=YES stage1/build/HscTypes.o builds just the specified .o file, without rebuilding dependencies, and omitting some of the makefile phases. FAST=YES works anywhere, to omit depenencies and phases. 'make fast' is shorthand for 'make all FAST=YES'. | ||||
* | Add support for 'make help' in subdirectories | Simon Marlow | 2009-06-16 | 1 | -1/+10 |
| | | | | Including help for directory-specific targets, such as 'make 1' in ghc | ||||
* | Add 'make fast' which omits deps (for a library) and some of the phases | Simon Marlow | 2009-06-15 | 1 | -1/+5 |
| | |||||
* | Tweak mk/sub-makefile.mk | Ian Lynagh | 2009-05-29 | 1 | -3/+1 |
| | |||||
* | make it so that 'make html', 'make pdf', and 'make ps' work for docs | Simon Marlow | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -0/+34 |