aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-05 16:39:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-05 16:39:38 +0200
commit6393d49cd57ff5d66c5535b3f6d6f8c22a7696f9 (patch)
tree6655f8771e049caadb2c977df30ecb5a3b2ff779 /build2/b-options.hxx
parente0a7c21e5ebb341c87546bf2706ff7dda88deb64 (diff)
Add --match-only option
Diffstat (limited to 'build2/b-options.hxx')
-rw-r--r--build2/b-options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index b0c8091..6ae3cd9 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -435,6 +435,9 @@ namespace build2
serial_stop () const;
const bool&
+ match_only () const;
+
+ const bool&
no_column () const;
const bool&
@@ -508,6 +511,7 @@ namespace build2
size_t queue_depth_;
bool queue_depth_specified_;
bool serial_stop_;
+ bool match_only_;
bool no_column_;
bool no_line_;
path buildfile_;