From 925d2d0eabe40517254380c5a12baa338b099d3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Mar 2017 16:59:17 +0200 Subject: Add build.verbosity variable with -v/-V/--verbose value --- build2/context.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build2/context.cxx b/build2/context.cxx index c055035..e4e7054 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -268,6 +268,10 @@ namespace build2 path (argv0.recall_string ()), path (argv0.effect)); + // Build system verbosity level. + // + gs.assign ("build.verbosity") = verb; + // Build system version. // { -- cgit v1.1