patch applied (ghc-6.8/ghc): Always do 'setup makefile' before building each library

Ian Lynagh igloo at earth.li
Sat Jan 5 12:38:01 EST 2008


Tue Nov 20 02:33:29 PST 2007  Simon Marlow <simonmar at microsoft.com>
  * Always do 'setup makefile' before building each library
  This forces preprocessing to happen, which is necessary if any of the
  .hsc files have been modified.  Without this change, a 'setup
  makefile' would be required by hand after a .hsc file changed.
  Fortunately 'setup makefile' isn't much extra work, and I've made it
  not overwrite GNUmakefile if it hasn't changed, which avoids
  recalculating the dependencies each time.

    M ./libraries/Makefile -10 +8



More information about the Cvs-ghc mailing list