summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-21 17:15:37 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-21 17:15:37 +0100
commit4f83f54144d95448bd68e01975f2edf9081bbdb7 (patch)
treeb2bf6863b48b9e3ea2669de24f597ac3c9e030b6 /mk
parent9f9bb2b9270f3e19535e55221565dcc7957cd7c9 (diff)
downloadhaskell-4f83f54144d95448bd68e01975f2edf9081bbdb7.tar.gz
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.
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk.sample4
-rw-r--r--mk/config.mk.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 9a4026be48..6ac5c56b5d 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 debfb165d5..366d511608 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