From 0262e09041fd24194c4b4c183a0299ab436456cd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Feb 2022 09:41:26 +0200 Subject: Do proper initialization of build system state --- bpkg/utility.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index 2cfa8fa..4cbfc3c 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -206,11 +206,8 @@ namespace bpkg // extern dir_path exec_dir; - // Run build2, mapping verbosity levels. If quiet is true, then run build2 - // quiet if our verbosity level is 1. + // Run build2, mapping verbosity levels. // - const char* - name_b (const common_options&); // Verbosity level 1 mapping. // @@ -221,6 +218,9 @@ namespace bpkg normal // Run normally (at verbosity 1). }; + const char* + name_b (const common_options&); + template process start_b (const common_options&, O&& out, E&& err, verb_b, A&&... args); -- cgit v1.1