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

 ghc.mk                          |    1 +
 rules/build-package-data.mk     |    2 +-
 rules/build-package-way.mk      |    8 ++++----
 rules/build-prog.mk             |    4 ++--
 rules/c-suffix-rules.mk         |   22 +++++++++++-----------
 rules/cmm-suffix-rules.mk       |   12 ++++++------
 rules/hs-suffix-rules-srcdir.mk |   30 +++++++++++++++---------------
 rules/hs-suffix-rules.mk        |    8 ++++----
 rules/package-config.mk         |    7 +++++++
 rules/pretty_commands.mk        |   13 +++++++++++++
 10 files changed, 64 insertions(+), 43 deletions(-)


Diff suppressed because of size. To see it, use:

    git show d209588a40928e21a253bc9341689b5174c00cfc

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

Reply via email to