Split XARGS into XARGS and XARGS_OPTS
[ghc-hetmet.git] / rts / ghc.mk
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-06 Ben.Lippmeier@anu... Remove unused DYNAMIC_RTS var from rts/ghc.mk
2009-10-06 Ben.Lippmeier@anu... Handle deps with numbers in them, like 'wsock32'.
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-26 Ben.Lippmeier@anu... Fix building of the RTS with the NCG under Windows
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-08-26 Matthias KilianUse -W, not -Werror, for gcc older than 3.4
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-02 Ian LynaghFix permissions when installing
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-20 Ian LynaghFix the way in the +RTS --info output
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-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsFix silly make macro mistake in a rule used in the...
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghHide more make rules when cleaning
2009-05-01 Duncan CouttsLink the rts shared libs against gmp and the other...
2009-05-05 Simon Marlowdisable a warning
2009-05-04 Ian LynaghMore rules for bootstrapping
2009-05-03 Ian LynaghTweak rts ghc.mk for bootstrapping
2009-04-29 Duncan CouttsBuild the rts as a shared lib correctly
2009-04-28 Simon Marlowadd missing eventlog subdir
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch