| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing dependencies; should fix make after re-configure | Simon Marlow | 2011-09-16 | 2 | -6/+10 |
* | By default, be lax about dependencies on GHC | Ian Lynagh | 2011-08-28 | 5 | -23/+23 |
* | Use the correct __GLASGOW_HASKELL__ value when invoking hsc2hs on | Simon Marlow | 2011-08-08 | 1 | -1/+1 |
* | make sure libraries/dph/ghc.mk is included after the other DPH ghc.mk | Simon Marlow | 2011-07-12 | 1 | -1/+5 |
* | Follow Cabal reorganisation, and improve build system a little | Ian Lynagh | 2011-06-23 | 1 | -0/+2 |
* | Fix building of optional packages | Ian Lynagh | 2011-06-12 | 1 | -1/+1 |
* | Add $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libraries. Not | Simon Marlow | 2011-05-09 | 1 | -4/+4 |
* | Pass the right tool locations to Cabal when generating package.mk files | Ian Lynagh | 2011-04-29 | 1 | -1/+6 |
* | We no longer need to pass pgmc etc in the ghc.wrapper script | Ian Lynagh | 2011-04-29 | 1 | -1/+0 |
* | Add stage-specific AS variables to the build system | Ian Lynagh | 2011-04-29 | 2 | -1/+2 |
* | Build system: Tell hsc2hs where to find cabal_macros.h | Ian Lynagh | 2011-04-27 | 1 | -0/+2 |
* | Whitespace only in rules/distdir-way-opts.mk | Ian Lynagh | 2011-04-27 | 1 | -3/+3 |
* | Add stage-specific versions of more ar-related makefile vars | Ian Lynagh | 2011-04-23 | 2 | -3/+6 |
* | Make and use AR_STAGE[0123] makefile vars | Ian Lynagh | 2011-04-23 | 2 | -2/+3 |
* | Make stage-specific CC variables | Ian Lynagh | 2011-04-23 | 4 | -7/+8 |
* | Refactor how dependencies are included; fixes #5109 | Ian Lynagh | 2011-04-14 | 3 | -30/+40 |
* | Merge _stub.o files into the main .o file (Fixes #3687 and #706) | Simon Marlow | 2011-04-05 | 1 | -11/+4 |
* | Avoid some shell calls in the build system | Ian Lynagh | 2011-03-05 | 1 | -6/+4 |
* | Call the final build system phase "final" rather than "" | Ian Lynagh | 2011-02-07 | 3 | -7/+7 |
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 3 | -3/+15 |
* | Keep separate linker flags, for when we want to link with gcc or ld | Ian Lynagh | 2011-01-24 | 2 | -2/+2 |
* | Add build system profiling to build system | Ian Lynagh | 2011-01-23 | 14 | -0/+46 |
* | Add some missing dependencies | Ian Lynagh | 2011-01-23 | 1 | -1/+6 |
* | Tweak some deps to avoid multiple $(wildcard ...)s | Ian Lynagh | 2011-01-23 | 1 | -6/+6 |
* | Simplify the build system, and remove 2 phases | Ian Lynagh | 2011-01-22 | 9 | -151/+107 |
* | Move some make variables around | Ian Lynagh | 2011-01-19 | 2 | -14/+14 |
* | Remove a debugging 'info' | Ian Lynagh | 2011-01-19 | 1 | -1/+0 |
* | Move the PACKAGE_MAGIC evaluation inside package-data.mk | Ian Lynagh | 2011-01-19 | 1 | -4/+0 |
* | Fix deps on the ghc package | Ian Lynagh | 2011-01-17 | 1 | -5/+8 |
* | Handle dependencies of programs on libraries correctly | Ian Lynagh | 2011-01-16 | 2 | -0/+19 |
* | Fix cross-package dependency generation on Windows | Ian Lynagh | 2011-01-16 | 1 | -1/+4 |
* | We can now pass -include-pkg-deps to the bootstrapping compiler | Ian Lynagh | 2011-01-16 | 1 | -2/+0 |
* | Change some HC_OPTS var handling | Ian Lynagh | 2011-01-16 | 2 | -5/+9 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 6 | -75/+138 |
* | Whitespace tweak | Ian Lynagh | 2011-01-15 | 1 | -1/+1 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 2 | -3/+3 |
* | Pass --hoogle to haddock; fixes trac #4521 | Ian Lynagh | 2010-12-19 | 1 | -0/+1 |
* | Remove dead code now that we require the bootstrapping compiler be >= 6.12 | Ian Lynagh | 2010-12-14 | 2 | -22/+0 |
* | Don't link the GHC RTS into our C-only programs | Ian Lynagh | 2010-12-10 | 1 | -1/+8 |
* | Make CPPFLAGS variables, as well as CFLAGS and LDFLAGS | Ian Lynagh | 2010-12-07 | 1 | -1/+2 |
* | Link even programs containing no Haskell modules with GHC | Ian Lynagh | 2010-12-06 | 1 | -3/+0 |
* | Always enable the archive-loading code | Ian Lynagh | 2010-11-27 | 2 | -3/+7 |
* | Fix a makefile include ordering sanity check | Ian Lynagh | 2010-11-21 | 1 | -2/+6 |
* | Add a build system dependency; fixes #4357 | Ian Lynagh | 2010-11-14 | 1 | -0/+3 |
* | Tweak the haddock rules; no functional change | Ian Lynagh | 2010-10-20 | 1 | -1/+1 |
* | Look for sources in Cabal's autogen directory too | Ian Lynagh | 2010-10-20 | 1 | -12/+12 |
* | Correct the regexp used to search for extra packages | Ian Lynagh | 2010-10-16 | 1 | -1/+1 |
* | Handle EXTRA_LIBRARIES when building programs | Ian Lynagh | 2010-09-30 | 1 | -2/+2 |
* | Refactoring and tidy up in the build system | Simon Marlow | 2010-09-23 | 2 | -6/+0 |
* | add a simple trace facility to the build system | Simon Marlow | 2010-09-21 | 14 | -1/+36 |