summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Fix install when INSTALL_LIBEXECS = ""Ian Lynagh2009-10-131-0/+4
* Only make the Windows installer if ISCC is setIan Lynagh2009-10-101-0/+4
* Update the list of happy/alex-generated files put in sdistsIan Lynagh2009-10-101-19/+16
* Add the include files to bindistsIan Lynagh2009-10-091-0/+1
* Tweak how bindistprep is created and cleanedIan Lynagh2009-10-091-3/+8
* Make the Windows installer in bindistprep/Ian Lynagh2009-10-071-1/+1
* remove a TODO now doneSimon Marlow2009-10-061-2/+0
* Add ".PRECIOUS: %/."Simon Marlow2009-10-061-0/+3
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-6/+16
* binary is called "binary", not "ghc-binary", in the HEADIan Lynagh2009-09-291-1/+1
* Don't put library tarballs etc in the GHC source tarballsIan Lynagh2009-09-291-0/+2
* Don't install haskeline/mtl/terminfo, and hide ghc-binaryIan Lynagh2009-09-291-1/+7
* Fix making Windows bindist and installerIan Lynagh2009-09-291-2/+2
* More bindist tweakingIan Lynagh2009-09-271-9/+9
* Add a $(MAKE_RESTARTS) check to ghc.mkIan Lynagh2009-09-271-0/+8
* Change where bindists are madeIan Lynagh2009-09-271-10/+10
* Add support for relocatable builds in the new build systemIan Lynagh2009-09-271-2/+4
* Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS if GhcWithIn...Matthias Kilian2009-09-201-0/+2
* Remove syb; it is no longer neededIan Lynagh2009-09-221-1/+0
* Remove base3-compatIan Lynagh2009-09-221-10/+0
* move way-related stuff into a separate fileSimon Marlow2009-09-211-0/+2
* clean some Haddock-generated filesSimon Marlow2009-09-211-0/+2
* fix install on WindowsSimon Marlow2009-09-171-1/+1
* Don't try and put HaddockLex and HaddockParse into src distsIan Lynagh2009-09-121-2/+0
* ParsePkgConf no longer exists, so don't try to put it in source distsIan Lynagh2009-09-121-1/+0
* Tweak an error messageIan Lynagh2009-09-121-1/+1
* Refactor sdist so that we can see which command is being runIan Lynagh2009-09-121-19/+17
* More bindist fixesIan Lynagh2009-09-121-0/+2
* Add includes/ghcautoconf.h and includes/ghcplatform.h to bindistsIan Lynagh2009-09-121-0/+2
* binary has unused-import warningsSimon Marlow2009-09-101-1/+1
* Change the representation of the package databaseSimon Marlow2009-09-101-6/+23
* NO_CLEAN_GMP fixesSimon Marlow2009-09-091-3/+13
* remove a ToDo that is DoneSimon Marlow2009-09-081-1/+0
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-091-1/+0
* remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now)Simon Marlow2009-09-081-1/+1
* "ghc-cabal install" now needs to know where GHC is, to get the ABI hashIan Lynagh2009-08-261-2/+6
* Fix bindist creationIan Lynagh2009-08-261-4/+1
* need to check $(HADDOCK_DOCS) around contents/index generationSimon Marlow2009-08-201-0/+2
* Rolling back: Add a kludge to fix building shared libsSimon Marlow2009-08-191-3/+0
* Fix unregisterised buildSimon Marlow2009-08-061-1/+1
* bindist fixIan Lynagh2009-08-161-0/+1
* Build fixesIan Lynagh2009-08-161-1/+8
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-22/+30
* Skip "Cabal check" for certain packages that we know will failIan Lynagh2009-08-111-0/+8
* Check Cabal packages when validatingIan Lynagh2009-08-111-0/+4
* Fix bindist creationIan Lynagh2009-08-081-1/+4
* Put the library haddock docs in the html subdirectory of docdirIan Lynagh2009-08-081-3/+3
* Install the main doc index page, and also put it in bindistsIan Lynagh2009-08-081-0/+2
* Add a kludge to fix building shared libsIan Lynagh2009-08-071-0/+3
* Clean GMP properly; fixes #3411Ian Lynagh2009-08-021-1/+9