[commit: ghc] wip/nfs-locking: Don't print boot's diagnostic info by default (dffda59)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:29:05 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/dffda59ac338bef1ab53e9ed4299ead89bbbeff7/ghc

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

commit dffda59ac338bef1ab53e9ed4299ead89bbbeff7
Author: Andrey Mokhov <nam83 at newcastle.ac.uk>
Date:   Tue Oct 10 15:18:15 2017 +0100

    Don't print boot's diagnostic info by default


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

dffda59ac338bef1ab53e9ed4299ead89bbbeff7
 src/Rules/Configure.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Rules/Configure.hs b/src/Rules/Configure.hs
index a4ef084..dd016c1 100644
--- a/src/Rules/Configure.hs
+++ b/src/Rules/Configure.hs
@@ -38,4 +38,5 @@ configureRules = do
         else do
             need ["configure.ac"]
             putBuild "| Running boot..."
-            quietly $ cmd "python3 boot"
+            verbosity <- getVerbosity
+            quietly $ cmd [EchoStdout (verbosity >= Loud)] "python3 boot"



More information about the ghc-commits mailing list