]> git.donarmstrong.com Git - lilypond.git/commitdiff
kill unconditional global verbosity.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Dec 2006 13:07:10 +0000 (14:07 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Dec 2006 13:07:10 +0000 (14:07 +0100)
SConstruct

index f4dbf7a46235cfe5f21b151ff7c1dde8c1b2f23e..c32c5eb6b2d9f39d0b9e91df0bad64a4e3989715 100644 (file)
@@ -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,