summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Install DLLs as executableIan Lynagh2012-05-051-1/+1
* distclean was removing ghc-pwd/dist, should be ghc-pwd/dist-bootSimon Marlow2012-04-251-1/+1
* two typosGabor Greif2012-02-271-1/+1
* Update dependenciesIan Lynagh2012-02-221-1/+1
* GHC trees no longer include the extensible-exceptions packageIan Lynagh2012-02-211-3/+2
* Remove the old ext-core docsIan Lynagh2012-02-141-2/+0
* Improve support for cross-compilationSimon Marlow2012-01-301-9/+34
* Rename the testsuite tarballIan Lynagh2012-01-181-4/+4
* Make "make sdist" generate a testsuite tarball as well as the src tarballIan Lynagh2012-01-131-41/+66
* Clean more files in "make clean"Ian Lynagh2012-01-111-4/+3
* Fix cleaning buildinfo filesIan Lynagh2012-01-111-1/+1
* RefactoringIan Lynagh2012-01-081-2/+4
* Generate the haddock contents/index pages in a dist-haddock subdirectoryIan Lynagh2012-01-081-8/+8
* Fix typo in MakefileIan Lynagh2012-01-021-1/+1
* Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-081-3/+5
* Clean includes/GHCConstants.h includes/DerivedConstants.hIan Lynagh2011-12-041-0/+5
* Remove unused install_headers and INSTALL_HEADERSIan Lynagh2011-12-021-8/+1
* Fix header installationIan Lynagh2011-12-021-0/+2
* MAKE_RESTARTS should never be higher than 1Ian Lynagh2011-12-021-1/+0
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-4/+5
* Update the sdist VCS exclusionsIan Lynagh2011-11-241-1/+1
* Fix sdist creationIan Lynagh2011-11-241-1/+1
* Replace a couple of "rm -rf" invocations with $(call removeTrees,...)Ian Lynagh2011-11-241-2/+2
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-44/+47
* build system: set dph-lifted-base to be a dph packageBen Lippmeier2011-11-121-0/+1
* Build system wibbles for new dph-lifted-vseg libraryBen Lippmeier2011-11-121-5/+5
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-231-2/+2
* Don't hide the binary packageIan Lynagh2011-10-141-8/+0
* Simplify the libffi buildIan Lynagh2011-10-141-12/+3
* Add deepseq as a core package; part of #5468Ian Lynagh2011-09-081-1/+1
* Add deepseq as a core packageIan Lynagh2011-09-081-0/+1
* By default, be lax about dependencies on GHCIan Lynagh2011-08-281-0/+19
* sanitise naming of package listsSimon Marlow2011-08-051-44/+49
* Don't duplicate files in bindists; trac #5356Ian Lynagh2011-08-041-3/+0
* Fix the permissions of all the package.conf.d files when installingIan Lynagh2011-07-281-3/+5
* fix bug in sdist-prep rule (hpc/dist is now hpc/dist-install)Simon Marlow2011-07-181-1/+1
* Fix permissions of package.cache when installing; fixes trac #5311Ian Lynagh2011-07-171-0/+4
* make sure libraries/dph/ghc.mk is included after the other DPH ghc.mkSimon Marlow2011-07-121-1/+4
* Random is now only needed to build dphIan Lynagh2011-07-081-3/+2
* Rename STAGE0_PACKAGES to PACKAGES_STAGE0Ian Lynagh2011-06-251-10/+10
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-13/+10
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-4/+4
* Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-6/+6
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-141-0/+1
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-1/+0
* Don't put includes/rts/Config.h in bindists twiceIan Lynagh2011-03-161-1/+0
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-071-2/+6
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+3
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+1
* Fix ghci in stage3Ian Lynagh2011-01-231-0/+1