summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* fix it so that 'make' on its own works even if we're not building docsSimon Marlow2009-05-281-0/+3
* Add a haddock target, for just building the haddock docsIan Lynagh2009-05-261-0/+2
* Add some more $s to rules/haddock.mk for consistencyIan Lynagh2009-05-261-2/+2
* Fix haddockingIan Lynagh2009-05-261-1/+1
* rm package.conf.inplace in distclean, not cleanSimon Marlow2009-05-061-3/+1
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YESSimon Marlow2009-05-211-2/+2
* Pass --enable-shared and --with-hscolour to ghc-cabal configureDuncan Coutts2009-05-191-2/+2
* Use shared lib mode -dynload deploy to build the rts and core shared libsDuncan Coutts2009-05-191-1/+1
* Bootstrapping fixesIan Lynagh2009-05-173-1/+8
* Bootstrapping fixesIan Lynagh2009-05-162-1/+7
* Tweak bindist creationIan Lynagh2009-05-161-1/+1
* Move the fixed paths out of config.mk, so cleaning works without configuringIan Lynagh2009-05-161-0/+2
* Add a maintainer-clean ruleIan Lynagh2009-05-151-0/+2
* cleanup: remove reference to $1_$2_CONFIGURE_FLAGS, which is never usedSimon Marlow2009-05-151-1/+1
* make repeated 'make distclean' not failSimon Marlow2009-05-141-0/+3
* Fix building dph in the new build systemIan Lynagh2009-05-131-4/+4
* make it so that 'make html', 'make pdf', and 'make ps' work for docsSimon Marlow2009-05-111-3/+12
* add a .c --> .s ruleSimon Marlow2009-05-011-0/+4
* Build system tweakIan Lynagh2009-05-091-1/+1
* Add a Makefile in libraries/Ian Lynagh2009-05-081-0/+5
* Handle deciding what docs to build betterIan Lynagh2009-05-081-3/+17
* Bootstrapping fixIan Lynagh2009-05-041-0/+1
* Bootstrapping fixesIan Lynagh2009-05-041-4/+4
* 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
* Fix linking shared libs with parallel makeDuncan Coutts2009-04-301-1/+8
* Prevent haddock docs being built when HADDOCK_DOCS=NODuncan Coutts2009-04-291-0/+2
* Build library packages as shared libsDuncan Coutts2009-04-293-3/+20
* 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
* Add a header to all build system files:Simon Marlow2009-04-2826-2/+314
* GHC new build system megapatchIan Lynagh2009-04-2626-0/+1052