summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hack to make the user's guide build in a linked build treeSimon Marlow2009-05-111-0/+15
* make it so that 'make html', 'make pdf', and 'make ps' work for docsSimon Marlow2009-05-112-4/+13
* correct the +RTS -? docs for -A (default is 512k not 256k)Simon Marlow2009-05-081-1/+1
* Use a more compact +RTS -s output for TasksSimon Marlow2009-05-081-2/+4
* disable a warningSimon Marlow2009-05-051-0/+1
* docbook PDF item is doneSimon Marlow2009-05-051-1/+0
* add a .c --> .s ruleSimon Marlow2009-05-011-0/+4
* Remove libraries/ifBuildable.hs; it's no longer usedIan Lynagh2009-05-091-40/+0
* Fix configureIan Lynagh2009-05-091-1/+1
* Build system tweakIan Lynagh2009-05-091-1/+1
* Add a Makefile in libraries/Ian Lynagh2009-05-084-0/+12
* Tweak ./bootIan Lynagh2009-05-081-1/+1
* Partially fix "make framework-pkg"Ian Lynagh2009-05-082-3/+21
* Handle deciding what docs to build betterIan Lynagh2009-05-086-15/+23346
* Remove oldconfig.mk.inIan Lynagh2009-05-072-1417/+0
* Rename pwd to ghc-pwdIan Lynagh2009-05-076-14/+17
* Remove pwd's Makefile from the old build systemIan Lynagh2009-05-071-6/+0
* Clean utils/pwdIan Lynagh2009-05-071-0/+2
* Use more portable shell in ./boot; fixes booting on SolarisIan Lynagh2009-05-061-1/+1
* Simplify utils/pwdIan Lynagh2009-05-053-21/+11
* More rules for bootstrappingIan Lynagh2009-05-041-0/+10
* Bootstrapping fixIan Lynagh2009-05-041-0/+1
* Bootstrapping fixesIan Lynagh2009-05-042-4/+8
* Test "ghc-pkg check" passes in bindisttestIan Lynagh2009-05-042-0/+20
* Put install-sh into bindistsIan Lynagh2009-05-041-2/+2
* Test bindists in a deeper subdirectoryIan Lynagh2009-05-041-6/+8
* Use "-x c" when compiling hc filesIan Lynagh2009-05-031-2/+2
* Makefile rules tweak for BootingFromHcIan Lynagh2009-05-031-1/+1
* More bootstrapping rulesIan Lynagh2009-05-032-0/+7
* Add a .hc building rules for bootstrappingIan Lynagh2009-05-031-0/+7
* Tweak rts ghc.mk for bootstrappingIan Lynagh2009-05-031-0/+2
* Add a build system TODOIan Lynagh2009-05-031-0/+4
* Add dph to build system; patch from Roman LeshchinskiyIan Lynagh2009-05-032-2/+34
* Fix building without GHCiIan Lynagh2009-05-031-1/+4
* Makefile tweakIan Lynagh2009-05-022-2/+3
* add publish-binary-dist; tidy upSimon Marlow2009-05-011-10/+9
* Fix make for libffi again, properly this timeDuncan Coutts2009-04-301-0/+1
* Fix parallel make for libffi.Duncan Coutts2009-04-301-10/+6
* Fix linking shared libs with parallel makeDuncan Coutts2009-04-301-1/+8
* Fix building Haskeline on WindowsIan Lynagh2009-04-301-1/+3
* Fix mkdependC: Make it tell cpp to use our temporary filenameIan Lynagh2009-04-301-3/+3
* FIX build: add dependencies on ghc_boot_platform.hSimon Marlow2009-04-301-0/+5
* Prevent haddock docs being built when HADDOCK_DOCS=NODuncan Coutts2009-04-291-0/+2
* Clean up building of libffi for dynamic lib wayDuncan Coutts2009-04-292-22/+33
* Build library packages as shared libsDuncan Coutts2009-04-294-4/+24
* Build the rts as a shared lib correctlyDuncan Coutts2009-04-291-3/+10
* Don't actually build ghc itself with -dynamicDuncan Coutts2009-04-291-4/+0
* Add a new $way_libsuf variable for library suffix+extensionDuncan Coutts2009-04-282-1/+11
* extend the rules/c-objs macro to take the way as a parameterDuncan Coutts2009-04-284-15/+15
* Do not link ghc stage1 using -threaded, only for stage2 or 3Duncan Coutts2009-04-281-1/+2