From a3925d12af6a6ae75897d5aab25a9de0edb642fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2016 09:24:39 +0200 Subject: Add support for build-time dependencies --- bpkg/utility | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index a4bc6d3..b7dbf36 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -76,8 +76,8 @@ namespace bpkg // Process. // - // The process command line is printed for verbosity >= 2 (essential - // command lines). + // By default the process command line is printed for verbosity >= 2 + // (essential command lines). // // If fallback is specified, then this directory is searched for the // executable as a last resort. @@ -102,6 +102,9 @@ namespace bpkg // class common_options; + const char* + name_b (const common_options&); + void run_b (const common_options&, const dir_path& configuration, -- cgit v1.1