summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comments onlysimonpj@microsoft.com2008-09-181-0/+4
* Use the new -optdep flag replacements when building with >= GHC 6.9Ian Lynagh2008-09-161-5/+7
* Move the "show" target from target.mk to boilerplate.mkIan Lynagh2008-09-132-9/+9
* Change how we detect if we are using the bootstrapping compiler or notIan Lynagh2008-09-131-2/+2
* If USE_NEW_MKDEPEND_FLAGS is YES then don't use the deprecated -optdep flagsIan Lynagh2008-09-121-1/+7
* Include docs in the bindistsIan Lynagh2008-09-111-1/+7
* Don't build latex docs by defaultIan Lynagh2008-09-061-0/+3
* Now that haddock is in-tree, build haddock docs by defaultIan Lynagh2008-09-061-0/+3
* Install the stage 2 ghc package when installing; fixes trac #2567Ian Lynagh2008-09-061-0/+34
* Remove the haddock detectionIan Lynagh2008-09-052-12/+0
* Fix building the GHC API with profilingIan Lynagh2008-08-301-0/+1
* Remove install-inplace directories when cleaningIan Lynagh2008-08-281-0/+1
* Use the right ghc-pkg when installing the rts packageIan Lynagh2008-08-281-1/+3