| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn libffi into a Haskell package | Clemens Fruhwirth | 2008-10-08 | 1 | -0/+4 |
* | Build a profiled GHC API by default if p is in GhcLibWays | Ian Lynagh | 2008-10-07 | 1 | -1/+1 |
* | Use -perm -100 rather than -perm /a+x when looking for executable files | Ian Lynagh | 2008-09-24 | 1 | -1/+6 |
* | Use $(FIND) rather than find, as the former may be gfind | Ian Lynagh | 2008-09-24 | 1 | -19/+19 |
* | Add $(strip) to a Makefile test | Ian Lynagh | 2008-09-24 | 1 | -1/+1 |
* | Use test -f rather than test -e, for portability (Solaris) | Ian Lynagh | 2008-09-24 | 2 | -2/+2 |
* | Comments only | simonpj@microsoft.com | 2008-09-18 | 1 | -0/+4 |
* | Use the new -optdep flag replacements when building with >= GHC 6.9 | Ian Lynagh | 2008-09-16 | 1 | -5/+7 |
* | Move the "show" target from target.mk to boilerplate.mk | Ian Lynagh | 2008-09-13 | 2 | -9/+9 |
* | Change how we detect if we are using the bootstrapping compiler or not | Ian Lynagh | 2008-09-13 | 1 | -2/+2 |
* | If USE_NEW_MKDEPEND_FLAGS is YES then don't use the deprecated -optdep flags | Ian Lynagh | 2008-09-12 | 1 | -1/+7 |
* | Include docs in the bindists | Ian Lynagh | 2008-09-11 | 1 | -1/+7 |
* | Don't build latex docs by default | Ian Lynagh | 2008-09-06 | 1 | -0/+3 |
* | Now that haddock is in-tree, build haddock docs by default | Ian Lynagh | 2008-09-06 | 1 | -0/+3 |
* | Install the stage 2 ghc package when installing; fixes trac #2567 | Ian Lynagh | 2008-09-06 | 1 | -0/+34 |
* | Remove the haddock detection | Ian Lynagh | 2008-09-05 | 2 | -12/+0 |
* | Fix building the GHC API with profiling | Ian Lynagh | 2008-08-30 | 1 | -0/+1 |
* | Remove install-inplace directories when cleaning | Ian Lynagh | 2008-08-28 | 1 | -0/+1 |
* | Use the right ghc-pkg when installing the rts package | Ian Lynagh | 2008-08-28 | 1 | -1/+3 |
* | When installing, we can't rely on the ghc-pkg we just installed to work | Ian Lynagh | 2008-08-28 | 2 | -1/+3 |
* | Tweaks for installs into a DESTDIR | Ian Lynagh | 2008-08-28 | 1 | -3/+6 |
* | Turn on optimisation for stage2 when validating | Ian Lynagh | 2008-08-28 | 1 | -1/+1 |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 2 | -9/+5 |
* | When making bindists, check that we know where we are | Ian Lynagh | 2008-08-25 | 1 | -0/+4 |
* | Set datadir=libdir; fixes trac #2541 | Ian Lynagh | 2008-08-25 | 1 | -1/+6 |
* | Fix making bindists | Ian Lynagh | 2008-08-21 | 1 | -1/+1 |
* | mk/cabal.mk now turns on -Wall | Ian Lynagh | 2008-08-21 | 1 | -3/+1 |
* | Comment fix | Ian Lynagh | 2008-08-17 | 1 | -1/+1 |
* | Remove GHC_TOP; we don't actually use it | Ian Lynagh | 2008-08-17 | 1 | -7/+1 |
* | Change how we know whether or not we are validating | Ian Lynagh | 2008-08-17 | 1 | -0/+2 |
* | set $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) automatically based on $(HC) | Simon Marlow | 2008-08-19 | 1 | -2/+11 |
* | In cabal.mk, clean is no longer identical to distclean | Ian Lynagh | 2008-08-12 | 1 | -3/+6 |
* | move INPLACE_DATA_DIR into mk/config.mk and share it | Simon Marlow | 2008-08-13 | 1 | -0/+2 |
* | Add mk/bindist.mk | Ian Lynagh | 2008-08-10 | 1 | -0/+30 |
* | Make "make clean" in compiler/ only clean the stage we want to clean | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 3 | -21/+8 |
* | When raising NonTermination with the RTS, build the right value | Ian Lynagh | 2008-06-21 | 1 | -1/+1 |
* | Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted by Andres Loh | Ian Lynagh | 2008-07-30 | 1 | -8/+1 |
* | for the installed versions, don't use dynamic-linking wrappers | Simon Marlow | 2008-07-25 | 1 | -1/+8 |
* | add --enable-shared to configure, and $(BuildSharedLibs) to the build system | Simon Marlow | 2008-07-24 | 1 | -0/+13 |
* | put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghc | Simon Marlow | 2008-07-24 | 1 | -3/+3 |
* | Tell Cabal where gcc is | Ian Lynagh | 2008-07-23 | 1 | -3/+4 |
* | Fix the stage3 build | Ian Lynagh | 2008-07-22 | 1 | -3/+5 |
* | Build system tweaks | Ian Lynagh | 2008-07-18 | 2 | -8/+11 |
* | More build system changes; hasktags is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -0/+55 |
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 2 | -8/+7 |
* | Remove some duplication | Ian Lynagh | 2008-07-17 | 1 | -14/+12 |
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 2 | -15/+15 |
* | Handle passing hsc2hs to Cabal better | Ian Lynagh | 2008-07-11 | 1 | -2/+4 |