summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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