On 27/04/2012 21:25, Iavor Diatchki wrote:
Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : pretty-build

http://hackage.haskell.org/trac/ghc/changeset/d209588a40928e21a253bc9341689b5174c00cfc

---------------------------------------------------------------

commit d209588a40928e21a253bc9341689b5174c00cfc
Author: Iavor S. Diatchki<[email protected]>
Date:   Fri Apr 27 13:24:05 2012 -0700

     A build-system tweak for more readable build output.

     This change reduces the (default) verbosity of the build system.
     This makes it easier to spot warnings in the output and, also, it
     makes it easier to estimate how far along are we in the build process
     by just glancing at the output.

     To get the traditional fully verbose output, set V=1, like this:

         make V=1

I'd be ok to merge this branch in. Does anyone have any concerns? FYI this makes the build look like

  HC [stage 0] compiler/stage1/build/CLabel.o
  HC [stage 0] compiler/stage1/build/InstEnv.o
  HC [stage 0] compiler/stage1/build/PprCore.o

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to