summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* When installing, we can't rely on the ghc-pkg we just installed to workIan Lynagh2008-08-282-1/+3
* Tweaks for installs into a DESTDIRIan Lynagh2008-08-281-3/+6
* Turn on optimisation for stage2 when validatingIan Lynagh2008-08-281-1/+1
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-282-9/+5
* When making bindists, check that we know where we areIan Lynagh2008-08-251-0/+4
* Set datadir=libdir; fixes trac #2541Ian Lynagh2008-08-251-1/+6
* Fix making bindistsIan Lynagh2008-08-211-1/+1
* mk/cabal.mk now turns on -WallIan Lynagh2008-08-211-3/+1
* Comment fixIan Lynagh2008-08-171-1/+1
* Remove GHC_TOP; we don't actually use itIan Lynagh2008-08-171-7/+1
* Change how we know whether or not we are validatingIan Lynagh2008-08-171-0/+2
* set $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) automatically based on $(HC)Simon Marlow2008-08-191-2/+11
* In cabal.mk, clean is no longer identical to distcleanIan Lynagh2008-08-121-3/+6
* move INPLACE_DATA_DIR into mk/config.mk and share itSimon Marlow2008-08-131-0/+2