summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
...
* installation fixesIan Lynagh2013-03-031-1/+1
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-3/+3
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-5/+5
* Add missing parenthesisIan Lynagh2013-03-031-1/+1
* Fix build when dph is not in the tree; fixes #7733Ian Lynagh2013-03-031-1/+1
* Add PACKAGES_STAGE0 to build-dirs too; fixes #7700Ian Lynagh2013-03-031-8/+8
* Remove a couple more single-use variablesIan Lynagh2013-03-021-2/+2
* Remove some single-use build system variablesIan Lynagh2013-03-021-7/+7
* small build system tweakIan Lynagh2013-03-021-7/+1
* LATEX_DOCS is no longer usedIan Lynagh2013-03-021-1/+0
* Make ghc.mk a little prettierIan Lynagh2013-03-011-45/+34
* Fix haddocking after the build system changesIan Lynagh2013-03-011-21/+28
* Fix when terminfo is built; fixes #7700Ian Lynagh2013-03-011-1/+5
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-8/+8
* Change how the build system handles packagesIan Lynagh2013-03-011-148/+113
* Clarify commentGabor Greif2013-02-261-1/+1
* Separate the non-way-specific hs-suffix rulesIan Lynagh2013-02-211-0/+1
* Split non-way-specific variables off from distdir-way-opts into distdir-optsIan Lynagh2013-02-211-0/+1
* Rename hs-suffix-rules-srcdir to hs-suffix-way-rules-srcdirIan Lynagh2013-02-211-1/+1
* Rename hs-suffix-rules to hs-suffix-way-rulesIan Lynagh2013-02-211-1/+1
* Package 'binary' is not a boot package any moreGabor Greif2013-02-201-3/+2
* Finish removing BootingFromHcIan Lynagh2013-02-171-10/+0
* iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699Ian Lynagh2013-02-171-2/+0
* Fix build on Windows: We don't build terminfo on WindowsIan Lynagh2013-02-161-1/+4
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-161-4/+6
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-17/+0
* Add a dependency of program modules on GHC.TopHandlerIan Lynagh2013-02-051-0/+1
* Tweak the gen_contents_index scriptIan Lynagh2013-01-291-1/+1
* Disable any packages built with stage 2 when cross-compilingSimon Marlow2013-01-291-0/+2
* Fix various issues with a Stage1Only=NO cross-compileSimon Marlow2013-01-251-9/+8
* ghc: mkGmpDerivedConstants binary gone awaySergei Trofimovich2013-01-241-1/+0
* Tidy up cross-compilingSimon Marlow2013-01-171-5/+5
* Make the rule for .hi files depend on the .hs/.lhs filesIan Lynagh2013-01-101-4/+0
* Ship transformers with GHCIan Lynagh2013-01-021-11/+11
* libffi build system tweaksIan Lynagh2012-11-301-7/+1
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-2/+9
* Fix installing on WindowsIan Lynagh2012-11-131-1/+1
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-121-0/+2
* Change how dependency generation works; fixes #7381Ian Lynagh2012-11-021-0/+5
* Clean some old files that we no longer generateIan Lynagh2012-10-311-1/+5
* Improve the GhcLibWays sanity checkingIan Lynagh2012-10-261-2/+8
* Fix installationIan Lynagh2012-10-251-1/+1
* Fix the haddocking build system rules when dynamic is the default wayIan Lynagh2012-10-251-0/+2
* Fix the transformers-building code, and move it from validate to ghc.mkIan Lynagh2012-10-251-0/+24
* Make it possible to build with only way dynIan Lynagh2012-10-241-1/+3
* Build system fix for building a profiling GHCIan Lynagh2012-10-161-0/+3
* Fix some dependenciesIan Lynagh2012-10-141-0/+2
* Move the primop bits into the compiler/stage<n>/build directoriesIan Lynagh2012-10-101-4/+4
* Load the right object files in ghciIan Lynagh2012-10-041-0/+6
* Windows install fixIan Lynagh2012-10-031-1/+1