cvs commit: fptools/ghc/compiler/compMan CmLink.lhs CmStaticInfo.lhs CmSummarise.lhs CmTypes.lhs CompManager.lhs fptools/ghc/compiler/main DriverPhases.hs DriverPipeline.hs HscMain.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 16 Nov 2000 08:23:04 -0800


sewardj     2000/11/16 08:23:04 PST

  Modified files:
    ghc/compiler/compMan CmLink.lhs CmStaticInfo.lhs 
                         CmSummarise.lhs CmTypes.lhs 
                         CompManager.lhs 
    ghc/compiler/main    DriverPhases.hs DriverPipeline.hs 
                         HscMain.lhs 
  Log:
  * Move along the source-changed checkery.
  * Make the driver put object files in the right place when using CM.
  * Don't do hscNoRecomp in one-shot mode.
  
  Revision  Changes    Path
  1.13      +1 -0      fptools/ghc/compiler/compMan/CmLink.lhs
  1.4       +2 -1      fptools/ghc/compiler/compMan/CmStaticInfo.lhs
  1.7       +32 -30    fptools/ghc/compiler/compMan/Attic/CmSummarise.lhs
  1.2       +18 -8     fptools/ghc/compiler/compMan/CmTypes.lhs
  1.12      +75 -16    fptools/ghc/compiler/compMan/CompManager.lhs
  1.3       +2 -2      fptools/ghc/compiler/main/DriverPhases.hs
  1.28      +19 -9     fptools/ghc/compiler/main/DriverPipeline.hs
  1.50      +18 -10    fptools/ghc/compiler/main/HscMain.lhs