| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't rebuild dependency files unnecessarily when doing "make 1" etc | Ian Lynagh | 2010-07-26 | 1 | -0/+7 |
* | Use different CC/LD options for different stages | Ian Lynagh | 2010-07-23 | 2 | -3/+3 |
* | Don't generate Haskell dependencies if we don't have any Haskell sources | Ian Lynagh | 2010-07-17 | 1 | -0/+2 |
* | Link programs that have no Haskell objects with gcc rather than ghc | Ian Lynagh | 2010-07-16 | 1 | -1/+9 |
* | Use gcc to build C programs for stages >= 1 | Ian Lynagh | 2010-07-16 | 1 | -0/+6 |
* | Split up some make commands, so that errors aren't overlooked | Ian Lynagh | 2010-07-15 | 1 | -6/+6 |
* | Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156 | Ian Lynagh | 2010-07-04 | 1 | -1/+5 |
* | Don't rely on "-packagefoo" working; use "-package foo" instead | Ian Lynagh | 2010-06-22 | 1 | -2/+2 |
* | Convert some more variable names to FOO_CMD, for consistency | Ian Lynagh | 2010-06-16 | 1 | -1/+1 |
* | Add new LLVM code generator to GHC. (Version 2) | David Terei | 2010-06-15 | 1 | -0/+1 |
* | Pass --no-tmp-comp-dir to Haddock (see comment) | Simon Marlow | 2010-06-04 | 1 | -0/+7 |
* | fix --source-entity option passed to Haddock: we needed to escape a # | Simon Marlow | 2010-06-03 | 1 | -1/+1 |
* | Check dblatex actually creates the files we tell it to | Ian Lynagh | 2010-05-30 | 1 | -0/+2 |
* | Add configure flags for the location of GMP includes/library; fixes #4022 | Ian Lynagh | 2010-05-25 | 1 | -0/+8 |
* | When haddocking, we need the dependencies to have been built | Ian Lynagh | 2010-05-25 | 1 | -1/+1 |
* | Add version constraints for the boot packages; fixes trac #3852 | Ian Lynagh | 2010-05-09 | 1 | -0/+4 |
* | Don't include inter-package dependencies when compiling with stage 0; #4031 | Ian Lynagh | 2010-05-09 | 3 | -4/+10 |
* | Tidy up the "rm" flags in the build system | Ian Lynagh | 2010-05-08 | 3 | -3/+3 |
* | In build system, call package-config after including package data | Ian Lynagh | 2010-05-04 | 2 | -4/+4 |
* | Inplace programs depend on their shell wrappers | Ian Lynagh | 2010-04-27 | 1 | -1/+1 |
* | Make sure all the clean rules are always included | Ian Lynagh | 2010-04-24 | 2 | -12/+35 |
* | Remove the ghc_ge_609 makefile variables | Ian Lynagh | 2010-04-12 | 2 | -6/+0 |
* | Explicitly check whether ar supports the @file syntax | Ian Lynagh | 2010-03-29 | 1 | -1/+1 |
* | Change how perl scripts get installed; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 1 | -1/+11 |
* | Pass the location of gcc in the ghc wrapper script; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 1 | -0/+2 |
* | Fix the build for non-GNU-ar | Ian Lynagh | 2010-03-24 | 1 | -0/+4 |
* | Tweak the Makefile code for making .a libs; fixes trac #3642 | Ian Lynagh | 2010-03-23 | 1 | -6/+7 |
* | When compiling with GHC >= 6.13, use -rtsopts | Ian Lynagh | 2010-03-14 | 1 | -0/+10 |
* | When BUILD_DOCBOOK_HTML is NO, keep the rules, just omit the target | simonpj@microsoft.com | 2010-03-05 | 1 | -20/+6 |
* | Have separate rules to generate tags and TAGS | Ian Lynagh | 2010-02-27 | 1 | -1/+5 |
* | Make "make tags" work in the new build system | Ian Lynagh | 2010-02-21 | 1 | -0/+29 |
* | Escape some $s in makefiles for consistency | Ian Lynagh | 2010-01-19 | 2 | -2/+2 |
* | hide modules properly with haddock | Simon Marlow | 2010-01-13 | 1 | -0/+1 |
* | fix for HSCOLOUR_SRCS=NO | Simon Marlow | 2010-01-13 | 1 | -0/+2 |
* | Invoke Haddock directly from the build system, instead of via Cabal | Simon Marlow | 2010-01-12 | 1 | -9/+20 |
* | Fix rules/build-dependencies.mk on OS X | Ian Lynagh | 2009-12-30 | 1 | -7/+23 |
* | Tweak the build-dependencies rule, and add comments for it | Ian Lynagh | 2009-12-19 | 1 | -1/+23 |
* | When removing $(TOP) with sed, do so case insensitively | Ian Lynagh | 2009-12-19 | 1 | -1/+1 |
* | Build and install inplace the count_lines and compareSizes utils | Ian Lynagh | 2009-12-16 | 1 | -3/+3 |
* | Just make C dependencies once, rather than each way | Ian Lynagh | 2009-12-15 | 1 | -5/+8 |
* | Make addCFileDeps quieter | Ian Lynagh | 2009-12-15 | 1 | -2/+5 |
* | Eliminate mkdependC | Ian Lynagh | 2009-12-09 | 3 | -13/+43 |
* | Link all dynamic libraries with the correct install_name on Mac OS/X. | Ian Lynagh | 2009-12-04 | 1 | -0/+1 |
* | Delay expansion of some makefile variables until they are available | Ian Lynagh | 2009-12-01 | 1 | -4/+4 |
* | Avoid running empty for loops; fixes trac #3683 | Ian Lynagh | 2009-12-01 | 1 | -0/+8 |
* | Fix some dependencies in bindists | Ian Lynagh | 2009-11-20 | 1 | -0/+6 |
* | Provide extralibs when linking Windows DLLs | Ben.Lippmeier@anu.edu.au | 2009-11-14 | 1 | -0/+12 |
* | exclude some haddock-related rules during BINDIST | Simon Marlow | 2009-11-17 | 1 | -0/+2 |
* | Split XARGS into XARGS and XARGS_OPTS | Ian Lynagh | 2009-11-07 | 1 | -2/+2 |
* | Tweak how shell wrappers are built | Ian Lynagh | 2009-11-07 | 1 | -4/+5 |