Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4f83f54144d95448bd68e01975f2edf9081bbdb7

>---------------------------------------------------------------

commit 4f83f54144d95448bd68e01975f2edf9081bbdb7
Author: Ian Lynagh <[email protected]>
Date:   Sun Oct 21 17:15:37 2012 +0100

    Set V = 1 by default, and add info about turning it off to build.mk.sample
    
    This will hopefully make it less likely that we will get bug reports
    with the pretty output, such as in trac ticket 7225.

>---------------------------------------------------------------

 mk/build.mk.sample |    4 ++++
 mk/config.mk.in    |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 9a4026b..6ac5c56 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -33,6 +33,10 @@
 GhcLibWays = v
 DYNAMIC_BY_DEFAULT = NO
 
+# Uncomment this to get prettier build output.
+# Please use V = 1 when reporting GHC bugs.
+# V = 0
+
 # -------- 1. A Performance/Distribution build--------------------------------
 
 ifeq "$(BuildFlavour)" "perf"
diff --git a/mk/config.mk.in b/mk/config.mk.in
index debfb16..366d511 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -27,6 +27,9 @@ TOP           = @hardtop@
 
 include $(TOP)/mk/project.mk
 
+# By default, be verbose
+V = 1
+
 
################################################################################
 #
 #              Global configuration options



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

Reply via email to