patch applied (ghc-7.0/ghc): Remove duplicate PrimopWrappers generation

Ian Lynagh igloo at earth.li
Fri Oct 29 12:23:17 EDT 2010


Thu Oct 28 03:16:24 PDT 2010  Simon Marlow <marlowsd at gmail.com>
  * Remove duplicate PrimopWrappers generation
  We were generating PrimopWrappers.hs twice in two different places,
  one for the normal build and one for Haddock (I think).  Unfortunately
  one of these was causing extra rebuilding, because the file dropped
  into the dist-install/build/autogen directory, where it was picked up
  by the automatic HS_SRCS detection in subsequent make runs.  This was
  exposed by a recent change to HS_SRCS:
  
    Wed Oct 20 11:47:59 BST 2010  Ian Lynagh <igloo at earth.li>
      * Look for sources in Cabal's autogen directory too
  
  This should fix the stage3 failures in the build bots.

    M ./ghc.mk -7 +1

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101028101624-12142-4ba3e9d6bb4a3c1180ddc057e5bed1c530a7c970.gz



More information about the Cvs-ghc mailing list