update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rules / build-prog.mk
2011-04-23 Ian LynaghMake stage-specific CC variables
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-02-07 Ian LynaghCall the final build system phase "final" rather than ""
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-22 Ian LynaghSimplify the build system, and remove 2 phases
2011-01-19 Ian LynaghMove some make variables around
2011-01-17 Ian LynaghFix deps on the ghc package
2011-01-16 Ian LynaghHandle dependencies of programs on libraries correctly
2011-01-15 Ian LynaghBuild system improvements
2010-12-10 Ian LynaghDon't link the GHC RTS into our C-only programs
2010-12-06 Ian LynaghLink even programs containing no Haskell modules with GHC
2010-11-21 Ian LynaghFix a makefile include ordering sanity check
2010-09-30 Ian LynaghHandle EXTRA_LIBRARIES when building programs
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
2010-07-16 Ian LynaghUse gcc to build C programs for stages >= 1
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-04 Ian LynaghIn build system, call package-config after including...
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2009-12-09 Ian LynaghEliminate mkdependC
2009-10-25 Ian LynaghEscape some $s in makefiles for consistency
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-06-16 Simon Marloweliminate "warning: overriding commnds..." from make...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghMove the fixed paths out of config.mk, so cleaning...
2009-05-14 Simon Marlowmake repeated 'make distclean' not fail
2009-05-13 Ian LynaghFix building dph in the new build system
2009-04-28 Duncan Couttsextend the rules/c-objs macro to take the way as a...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch