White space only
[ghc-hetmet.git] / rules / build-package-way.mk
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-16 Ian LynaghAdd an _EXTRA_OBJS variable when linking packages
2009-06-11 Ian LynaghPut the CMM objects in the GHCi library too
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-17 Ian LynaghBootstrapping fixes
2009-04-30 Duncan CouttsFix linking shared libs with parallel make
2009-04-29 Duncan CouttsBuild library packages as shared libs
2009-04-28 Duncan CouttsAdd a new $way_libsuf variable for library suffix+extension
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