summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* "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
* Fix permissions when installingIan Lynagh2009-08-021-4/+6
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-1/+10
* Remove a TODO item that's been doneIan Lynagh2009-08-021-1/+0
* Add a publish-docs ruleIan Lynagh2009-08-011-0/+4
* Add docs to bindistsIan Lynagh2009-08-011-0/+10
* Make the new build system install the documentationIan Lynagh2009-08-011-1/+12
* Fix cleaning the integer packageIan Lynagh2009-07-301-0/+5
* remove a couple of ToDosSimon Marlow2009-07-271-2/+0
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-221-3/+5
* Fix cleaning with the new integer changesIan Lynagh2009-07-221-1/+3
* Add integer-simple as a build optionIan Lynagh2009-07-221-0/+10
* Build terminfo if we /aren't/ on Windows, not if we /are/Ian Lynagh2009-07-191-1/+1
* Change how PACKAGES is constructed, so that everything gets cleaned properlyIan Lynagh2009-07-181-39/+45
* Add the time library, and support for libraries in tarballsIan Lynagh2009-07-181-0/+1
* Avoid unnecessary recompilation after ./configure (helps #3228)Simon Marlow2009-07-071-1/+3
* fix cleaning of libraries (now 'make clean' in libraries/* works again)Simon Marlow2009-07-031-2/+11
* Update driver/Makefile for the new build systemIan Lynagh2009-07-051-1/+0
* Update TODO listIan Lynagh2009-07-051-2/+0
* Add boot-pkgs and packages to the source distsIan Lynagh2009-06-231-1/+2
* Add the integer packageIan Lynagh2009-06-221-0/+1
* makefile tweakIan Lynagh2009-06-171-1/+1
* Move gmp into libraries/integer-gmpIan Lynagh2009-06-141-7/+3
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-0/+6
* Set DELETE_ON_ERROR in ghc.mkIan Lynagh2009-06-171-0/+2
* drop packedstring; it is no longer required by template-haskellSimon Marlow2009-05-181-1/+0
* add 'make stage1_libs', to make just the stage 1 libsSimon Marlow2009-06-151-0/+4
* Remove library buildinfo files when cleaningIan Lynagh2009-06-121-0/+1
* Doc building is now controlled by sensible variablesIan Lynagh2009-06-111-4/+0
* HC bootstrapping now worksIan Lynagh2009-06-111-1/+0
* bindists are now doneIan Lynagh2009-06-111-1/+0
* Make Windows bindists and installers work in the new build systemIan Lynagh2009-06-101-1/+12
* Merge the TODO lists in ghc.mkIan Lynagh2009-06-031-5/+0
* fix 'make sdist'Simon Marlow2009-06-021-2/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-59/+59
* make the clean_libraries target work, so you can "make clean" in libraries/Ian Lynagh2009-05-301-1/+5