summaryrefslogtreecommitdiff
path: root/mk/sub-makefile.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-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 treeIan Lynagh2010-06-161-1/+5
|
* Improved infrastructure for fast-rebuilding of parts of the treeSimon Marlow2009-07-031-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 subdirectoriesSimon Marlow2009-06-161-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 phasesSimon Marlow2009-06-151-1/+5
|
* Tweak mk/sub-makefile.mkIan Lynagh2009-05-291-3/+1
|
* make it so that 'make html', 'make pdf', and 'make ps' work for docsSimon Marlow2009-05-111-1/+1
|
* GHC new build system megapatchIan Lynagh2009-04-261-0/+34