micro-opt: replace stmGetEnclosingTRec() with a field access
[ghc-hetmet.git] / rules / build-package.mk
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-11 Ian LynaghCheck Cabal packages when validating
2009-07-27 Simon Marlowbuildinfo files need a $$(wildcard)
2009-06-25 Ian LynaghAdd buildinfo files to the bindist 2009-06-25
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-11 Ian LynaghAdd some $s to rules/build-package.mk for consistency
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-30 Ian Lynaghmake the clean_libraries target work, so you can "make...
2009-05-29 Ian LynaghMake clean_libraries in the same way that we make all_l...
2009-05-16 Ian LynaghTweak bindist creation
2009-05-15 Ian LynaghAdd a maintainer-clean rule
2009-05-08 Ian LynaghAdd a Makefile in libraries/
2009-04-29 Duncan CouttsBuild library packages as shared libs
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