cvs commit: fptools/ghc/compiler/compMan CompManager.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Fri, 29 Jun 2001 08:10:14 -0700
simonmar 2001/06/29 08:10:14 PDT
Modified files:
ghc/compiler/compMan CompManager.lhs
Log:
Change a '>' to '>=' when comparing the modification times of object &
source files, to match make's behaviour and eliminate some unnecessary
recompiles.
This introduces some potential unsafety, but it was felt that the
benefits in terms of unsurprising behaviour were worth it.
Revision Changes Path
1.80 +7 -1 fptools/ghc/compiler/compMan/CompManager.lhs