From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Mon, 4 Dec 2006 13:07:10 +0000 (+0100)
Subject: kill unconditional global verbosity.
X-Git-Tag: release/2.11.2-1~70
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d88d3b5bf62fb4e3b637e6e3d202913da6589f2;p=lilypond.git

kill unconditional global verbosity.
---

diff --git a/SConstruct b/SConstruct
index f4dbf7a462..c32c5eb6b2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -689,7 +689,7 @@ env.Append (
     libdir_package_version = libdir_package_version,
 
     # global build verbosity switch
-    __verbose = ' --verbose',
+    ## __verbose = ' --verbose',
     
     LILYPOND = BUILD_LILYPOND,
     ABC2LY = BUILD_ABC2LY,