From 6393d49cd57ff5d66c5535b3f6d6f8c22a7696f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Aug 2017 16:39:38 +0200 Subject: Add --match-only option --- build2/b-options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options.hxx') 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_; -- cgit v1.1