summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Make Windows bindists and installers work in the new build systemIan Lynagh2009-06-101-0/+3
* tidy up autoconfiguration of docbook stuffSimon Marlow2009-06-021-12/+11
* Add a comment about why RM and RM_OPTS are not in config.mkIan Lynagh2009-06-021-0/+3
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-1/+2
* Tweak mk/sub-makefile.mkIan Lynagh2009-05-291-3/+1
* Turn on warnings when validatingIan Lynagh2009-05-231-2/+2
* ghc_ge_607 is now always trueIan Lynagh2009-05-231-1/+0
* Change how we find the host/build/target platformsIan Lynagh2009-05-221-6/+0
* Don't overwrite the *OPTS/*Opts variables in mk/validate-settings.mkIan Lynagh2009-05-211-5/+5
* Set C compiler and linker flags correctly for OS X 64Ian Lynagh2009-05-211-1/+2
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YESSimon Marlow2009-05-211-0/+10
* Move the fixed paths out of config.mk, so cleaning works without configuringIan Lynagh2009-05-162-48/+50
* Remove an incorrect commentIan Lynagh2009-05-161-3/+0
* Move hasktags out of the GHC repoIan Lynagh2009-05-151-3/+2
* remove warning settings; we already have warnings turned on everywhereSimon Marlow2009-05-151-7/+4
* disable all docs in the "quick" and "devel" buildsSimon Marlow2009-05-151-20/+36
* remove XmlDocWays relicSimon Marlow2009-05-151-6/+0
* remove old unused fop/dvips/xmltex stuffSimon Marlow2009-05-131-4/+0
* GhcBootLibs is no moreSimon Marlow2009-05-111-1/+0
* make it so that 'make html', 'make pdf', and 'make ps' work for docsSimon Marlow2009-05-111-1/+1
* Handle deciding what docs to build betterIan Lynagh2009-05-081-0/+4
* Remove oldconfig.mk.inIan Lynagh2009-05-071-1416/+0
* Makefile tweakIan Lynagh2009-05-021-0/+3
* move nofib settings here from ghc's config.mkSimon Marlow2009-04-281-32/+0
* move runstdtest into nofibSimon Marlow2009-04-281-3/+0
* GHC new build system megapatchIan Lynagh2009-04-2618-2876/+1722
* add a DO NOT EDIT commentSimon Marlow2009-04-211-0/+2
* FIX unregisterised buildSimon Marlow2009-03-191-1/+1
* Add fast event loggingSimon Marlow2009-03-171-2/+18
* FIX #2832: Setting SplitObjs=NO doesn't disable -split-objs in GHCSimon Marlow2009-03-111-7/+12
* Don't force HSCOLOUR_SRCS = YES when validatingIan Lynagh2009-03-081-1/+0
* By default, only HsColour the docs if we find HsColour. Fixes trac #3004.Ian Lynagh2009-03-051-5/+9
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-211-2/+1
* Fix ghc and ghci wrappers on WindowsIan Lynagh2009-02-181-1/+6
* Only pass --with-hscolour to cabal-bin onceIan Lynagh2009-02-121-2/+2
* Quote some more arguments to cabal-binIan Lynagh2009-02-121-3/+3
* Don't use the absolute path to the bindist tarballIan Lynagh2009-02-101-1/+1
* Enable the native code generator for SPARCBen.Lippmeier@anu.edu.au2009-01-051-2/+1
* Require HsColour by defaultIan Lynagh2009-01-042-0/+3
* We need to tell cabal-bin which version of Cabal to useIan Lynagh2008-12-031-1/+1
* Rmoeve --enable-dotnetSimon Marlow2008-11-141-1/+1
* ghc_ge_605 is now always YESIan Lynagh2008-11-081-2/+0
* Fix the build when the bootstrapping compiler has a newer Cabal than usIan Lynagh2008-10-151-0/+6
* Add "dyn" to GhcRTSWays when compiling --enable-sharedClemens Fruhwirth2008-10-141-1/+1
* Turn libffi into a Haskell packageClemens Fruhwirth2008-10-081-0/+4
* Build a profiled GHC API by default if p is in GhcLibWaysIan Lynagh2008-10-071-1/+1
* Use -perm -100 rather than -perm /a+x when looking for executable filesIan Lynagh2008-09-241-1/+6
* Use $(FIND) rather than find, as the former may be gfindIan Lynagh2008-09-241-19/+19
* Add $(strip) to a Makefile testIan Lynagh2008-09-241-1/+1
* Use test -f rather than test -e, for portability (Solaris)Ian Lynagh2008-09-242-2/+2