summaryrefslogtreecommitdiff
path: root/mk/custom-settings.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix)Simon Marlow2013-02-181-1/+1
| | | | Requested by Gabor Greif.
* Allow different customizations per cross targetGabor Greif2013-02-151-1/+1
| | | | | | | | | by obtaining GlobalCrossCompilePrefix from mk/config.mk and using that to include mk/$(GlobalCrossCompilePrefix)build.mk instead of mk/build.mk when present. Note: GlobalCrossCompilePrefix is basically the same as CrossCompilePrefix, but does not depend on $(phase).
* Add docs to bindistsIan Lynagh2009-08-011-0/+5
|
* GHC new build system megapatchIan Lynagh2009-04-261-4/+4
|
* Change how we know whether or not we are validatingIan Lynagh2008-08-171-0/+2
| | | | | | | | We now set Validating=YES in mk/are-validating.mk rather than on the commandline. This means that if you build a tree with validate then just running make in it will use the validate flags. "make distclean" removes mk/are-validating.mk, putting us back in standard build mode.
* Include build.mk or validate{,-settings}.mk through custom-settings.mkIan Lynagh2007-09-181-0/+7