aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-05 09:24:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-05 09:24:39 +0200
commita3925d12af6a6ae75897d5aab25a9de0edb642fb (patch)
treec7a95927bbc339f873f58ba3bab63916eced71fb /bpkg/utility
parent3469e1d984c6ae000b59c471e6ef84c4b43497f2 (diff)
Add support for build-time dependencies
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility7
1 files changed, 5 insertions, 2 deletions
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,