summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mk/bindist.mkIan Lynagh2008-08-101-0/+30
* Make "make clean" in compiler/ only clean the stage we want to cleanIan Lynagh2008-08-101-1/+1
* bindist fixesIan Lynagh2008-08-101-1/+1
* bindists are now some way towards workingIan Lynagh2008-08-103-21/+8
* When raising NonTermination with the RTS, build the right valueIan Lynagh2008-06-211-1/+1
* Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted by Andres LohIan Lynagh2008-07-301-8/+1
* for the installed versions, don't use dynamic-linking wrappersSimon Marlow2008-07-251-1/+8
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-0/+13
* put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghcSimon Marlow2008-07-241-3/+3
* Tell Cabal where gcc isIan Lynagh2008-07-231-3/+4
* Fix the stage3 buildIan Lynagh2008-07-221-3/+5
* Build system tweaksIan Lynagh2008-07-182-8/+11
* More build system changes; hasktags is now built with CabalIan Lynagh2008-07-181-0/+55
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-182-8/+7
* Remove some duplicationIan Lynagh2008-07-171-14/+12
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-162-15/+15
* Handle passing hsc2hs to Cabal betterIan Lynagh2008-07-111-2/+4
* Split up Cabal configure flag variables for more flexibilityIan Lynagh2008-07-111-8/+10
* Move the definition of NONEXISTENT into the central cabal-flags.mkIan Lynagh2008-07-101-0/+6
* Define CABAL in mk/cabal-flags.mk, rather than everywhere we use itIan Lynagh2008-07-101-0/+3
* Remove remnants of javaGenIan Lynagh2008-07-101-3/+0
* ObjectIO is no longer an extralibIan Lynagh2008-07-091-4/+0
* Remove all references to -mno-cygwinIan Lynagh2008-07-092-5/+1
* Extend the flag for not automatically linking haskell98Ian Lynagh2008-07-081-1/+1
* Fix hsc2hs finding its template file on WindowsIan Lynagh2008-07-051-0/+1
* Build hsc2hs with CabalIan Lynagh2008-07-052-3/+87
* Remove Cabal modules from compatIan Lynagh2008-07-033-2/+8
* Add --slow (and --fast) options to validateIan Lynagh2008-07-011-1/+10
* Make a "validate --hpc"; shows how much of the compiler the testsuite testsIan Lynagh2008-07-011-1/+1
* allow PAPI to be installed somewhere non-standardSimon Marlow2007-11-011-1/+2
* More commandline flag improvementsIan Lynagh2008-06-163-5/+5
* Add ghc_ge_609Ian Lynagh2008-06-151-0/+2
* Use -O0 rather than the deprecated -OnotIan Lynagh2008-06-142-7/+7