summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Be more aggressive in `make clean`Herbert Valerio Riedel2014-04-221-0/+8
* Temporarily fight off build bogons on OS XAustin Seipp2014-03-311-1/+1
* Make distribution tarball compression format configurableHerbert Valerio Riedel2014-02-261-9/+9
* Fix #8801: exclude extra packages from the sdist.Austin Seipp2014-02-201-0/+4
* Let `make distclean` remove `/{ch01,ch02,index}.html`Herbert Valerio Riedel2014-02-091-0/+1
* double-negate test for Stage1Only to fix `make clean`Herbert Valerio Riedel2014-02-091-3/+3
* Individual sdist-foo targetsJoachim Breitner2014-01-311-2/+12
* No need to remove testsuite/.gitJoachim Breitner2014-01-311-1/+0
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-5/+0
* Fix #8675Austin Seipp2014-01-171-2/+0
* Clean `.buildinfo` only if `.buildinfo.in` existsHerbert Valerio Riedel2013-10-251-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-4/+4
* Cause "make install" to install dynamic libraries (#8194)Bryan O'Sullivan2013-09-151-1/+2
* Don't delete HsTimeConfig.h.in during distclean.Austin Seipp2013-08-141-1/+1
* Fix Stage1Only: don't build ghctags.Austin Seipp2013-08-141-0/+2
* Make sdist make a separate tarball for the Windows tarballsIan Lynagh2013-07-301-12/+29
* Change the ranlib detectionIan Lynagh2013-07-031-1/+1
* Fix the dynmaic library paths in the libs, as well as in the programsIan Lynagh2013-06-221-0/+5
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-4/+11
* Don't create mk/stamp-hIan Lynagh2013-06-091-1/+0
* Rarrange the distclean list; part of #7941Ian Lynagh2013-06-091-7/+41
* Change how we check that we have a suitable 'make'Ian Lynagh2013-06-091-0/+17
* Remove ghc.specIan Lynagh2013-06-091-2/+1
* Add an echo target to the build systemIan Lynagh2013-05-251-0/+8
* Refer to the wiki page in the "Make has restarted itself n times" errorIan Lynagh2013-05-191-1/+1
* Stop excluding the dyn way for the dph packages on WindowsIan Lynagh2013-05-141-12/+0
* Simplify ghc-cabalIan Lynagh2013-05-141-2/+2
* Merge win:/cygdrive/c/ghc/git/dtIan Lynagh2013-05-121-18/+9
|\
| * More work towards dynamic programs on WindowsIan Lynagh2013-05-121-0/+9
| * We actually need to use -threaded/-debug when linking /all/ DLLsIan Lynagh2013-05-121-18/+0
* | Some build system tweaksIan Lynagh2013-05-101-2/+2
|/
* Fix dynamically linked GHC on WindowsIan Lynagh2013-05-091-0/+18
* Remove some cross-compilation kludgesIan Lynagh2013-04-211-13/+3
* Fix typo (spotted by gabor)Ian Lynagh2013-04-201-1/+1
* Fix haddockingIan Lynagh2013-04-201-5/+5
* Remove ghc-pkg from the list of dep files we build during phase 0Ian Lynagh2013-04-201-2/+0
* Add deriveConstants to the dep files we build in phase 0Ian Lynagh2013-04-201-0/+15
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-0/+2
* Remove the Windows installerIan Lynagh2013-04-201-10/+0
* Some build system refactoringIan Lynagh2013-04-201-20/+20
* Small build system refactoringIan Lynagh2013-04-201-1/+1
* Update darcs -> git in a commentIan Lynagh2013-04-191-1/+1
* Remove boot-pkgs from SRC_DIST_GHC_FILESIan Lynagh2013-04-191-1/+1
* Fix installation; fixes #7784Ian Lynagh2013-04-071-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-04-071-2/+2
|\
| * TyposGabor Greif2013-04-071-2/+2
* | Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-071-0/+2
|/
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-6/+6
* Finish adding support for 2 DLLs in the ghc package; fixes #5987Ian Lynagh2013-03-131-3/+0
* Fix building the GHC package DLL on WindowsIan Lynagh2013-03-111-0/+3