| Commit message (Expand) | Author | Age | Files | Lines |
* | on Windows, install to a directory with spaces (test for #1828) | Simon Marlow | 2007-11-15 | 1 | -2/+0 |
* | eliminate a bit of duplication | Simon Marlow | 2007-11-05 | 1 | -0/+5 |
* | build ghctags-inplace | Simon Marlow | 2007-11-05 | 1 | -2/+2 |
* | eliminate a bit of duplication | Simon Marlow | 2007-11-05 | 1 | -5/+0 |
* | add $(GHCTAGS) | Simon Marlow | 2007-06-25 | 1 | -0/+5 |
* | install the Cabal docs, and make them show up in a binary distribution | Simon Marlow | 2007-10-26 | 1 | -5/+9 |
* | cp => $(CP) | Simon Marlow | 2007-10-26 | 1 | -4/+4 |
* | get rid of the html subdirectory under share/doc/ghc/users_guide | Simon Marlow | 2007-10-26 | 1 | -2/+1 |
* | default to installing runhaskell and hsc2hs again, but provide knobs to turn ... | Simon Marlow | 2007-10-25 | 1 | -0/+13 |
* | Fix installing the documentation in the bindists | Ian Lynagh | 2007-10-23 | 1 | -0/+17 |
* | remove vestiges of way 'u' (see #1008) | Simon Marlow | 2007-10-09 | 1 | -11/+2 |
* | Use $(RelocatableBuild) rather than $(Windows) | Ian Lynagh | 2007-09-19 | 1 | -1/+1 |
* | Give Windows its own definitions of docdir (and htmldir etc) | Ian Lynagh | 2007-09-18 | 1 | -4/+10 |
* | Include build.mk or validate{,-settings}.mk through custom-settings.mk | Ian Lynagh | 2007-09-18 | 2 | -7/+8 |
* | fix install-docs for non-html docs | Simon Marlow | 2007-09-14 | 1 | -1/+1 |
* | Refer to "boot" libs, not "core" libs | Ian Lynagh | 2007-09-14 | 2 | -14/+2 |
* | Define RelocatableBuild variable | Ian Lynagh | 2007-09-13 | 1 | -0/+8 |
* | Call windres with explicit preprocessor path in case gcc is not in $PATH | Clemens Fruhwirth | 2007-08-06 | 1 | -1/+1 |
* | Add a BeConservative setting to the make system | Ian Lynagh | 2007-09-10 | 1 | -0/+4 |
* | Removed install-dirs target, it is unnecessary and leads to stray empty direc... | sven.panne@aedion.de | 2007-09-09 | 1 | -14/+1 |
* | Removed setting of default values for variables which are never empty | sven.panne@aedion.de | 2007-09-08 | 1 | -34/+0 |
* | Use := for PACKAGE_TARNAME, no reason for not doing so | sven.panne@aedion.de | 2007-09-08 | 1 | -3/+3 |
* | Removed unused oldincludedir, things are already complicated enough | sven.panne@aedion.de | 2007-09-08 | 1 | -4/+0 |
* | Added comment about GNU coding standards/autoconf history | sven.panne@aedion.de | 2007-09-08 | 1 | -5/+26 |
* | Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM | Ian Lynagh | 2007-09-06 | 1 | -3/+2 |
* | Set GhcBootLibs=YES in mk/validate-settings.mk | Ian Lynagh | 2007-09-06 | 1 | -2/+3 |
* | Build settings for validation are now in mk/validate-settings.mk | Ian Lynagh | 2007-09-05 | 2 | -0/+17 |
* | Fix up bindist creation and publishing | Ian Lynagh | 2007-09-05 | 2 | -4/+13 |
* | make the GhcThreaded setting lazy, because GhcUnregisterised might not be set... | Simon Marlow | 2007-09-04 | 1 | -5/+1 |
* | Set datarootdir to the value configure gives us (if any) so datadir works | Ian Lynagh | 2007-09-05 | 1 | -1/+3 |
* | Use := rather than = when assigning make variables to avoid cycles | Ian Lynagh | 2007-09-03 | 1 | -26/+26 |
* | Don't use autoconf's datarootdir as <2.60 doesn't have it | Ian Lynagh | 2007-09-03 | 1 | -3/+10 |
* | GhcThreaded was bogusly off by default due to things being in the wrong order | Simon Marlow | 2007-09-03 | 1 | -5/+7 |
* | Don't use the --docdir etc that autoconf provides | Ian Lynagh | 2007-08-31 | 1 | -5/+15 |
* | Make rts docs obey DESTDIR | Ian Lynagh | 2007-08-31 | 1 | -1/+1 |
* | Fix where all the documentation gets installed | Ian Lynagh | 2007-08-30 | 3 | -19/+27 |
* | Remove INSTALL_INCLUDES; no longer used | Ian Lynagh | 2007-08-28 | 1 | -8/+0 |
* | Use DESTDIR when installing | Ian Lynagh | 2007-08-28 | 2 | -61/+62 |
* | Make some header-installing machinery, and use it to install gmp.h | Ian Lynagh | 2007-08-28 | 2 | -0/+11 |
* | Add a bindisttest directory | Ian Lynagh | 2007-08-22 | 1 | -0/+1 |
* | Add a GhcDebugged build setting, for whether GHC is linked with -debug | Ian Lynagh | 2007-08-17 | 1 | -0/+1 |
* | Make dependencies of source files on Makefiles disableable | Ian Lynagh | 2007-08-16 | 1 | -0/+2 |
* | Get closer to GhcCompilerWays=p working | Ian Lynagh | 2007-08-12 | 1 | -0/+7 |
* | Build RTS as dynamic library | Clemens Fruhwirth | 2007-08-08 | 3 | -124/+60 |
* | Fix a problem with package.mk being included too early | Simon Marlow | 2007-06-20 | 1 | -0/+7 |
* | Use a real binary instead of scripts for ghc-inplace | Simon Marlow | 2007-06-21 | 1 | -7/+1 |
* | Make building haddock docs opt-in rather than opt-out | Ian Lynagh | 2007-06-20 | 1 | -2/+2 |
* | Use $(if...) to get lazy tests instead of if..endif in a few places | Simon Marlow | 2007-06-13 | 1 | -29/+14 |
* | Install the RTS from a bindist correctly | Ian Lynagh | 2007-06-05 | 2 | -27/+17 |
* | ghc-pkg-inplace now has .bat extension on Windows | Ian Lynagh | 2007-06-01 | 1 | -1/+7 |