patch applied (cabal): Generate expanded makefile rules directly, rather than using $(eval ...)

Ian Lynagh igloo at earth.li
Sun Jul 20 15:49:27 EDT 2008


Sun Jul 20 12:48:01 PDT 2008  Ian Lynagh <igloo at earth.li>
  * Generate expanded makefile rules directly, rather than using $(eval ...)
  We used to do this with $(eval ...) and $(call ...) in the
  Makefile, but make 3.79.1 (which is what comes with msys)
  doesn't understand $(eval ...), so now we just stick the
  expanded loop directly into the Makefile we generate.

    M ./Distribution/Simple/GHC.hs -3 +52
    M ./Distribution/Simple/GHC/Makefile.hs -1 +1
    M ./Distribution/Simple/GHC/Makefile.in -50 +6

View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20080720194801-3fd76-3ecbe1b524084a0b25e4590032b4fe1fff9d8978.gz



More information about the cabal-devel mailing list