aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-14 16:39:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-14 16:39:45 +0200
commit5d54628076bd7fc97e90c81b6d0df0fef4ceae20 (patch)
tree98b786107baeb5b1bef4561a00cb7d50df48e561 /build2/operation.hxx
parent74b1b8228d3e5916a838f5399211bf49e93b5a2c (diff)
Tolerate misconfigured src_root in info and disfigure meta-operations
Diffstat (limited to 'build2/operation.hxx')
-rw-r--r--build2/operation.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/operation.hxx b/build2/operation.hxx
index fd8ca0c..d70db28 100644
--- a/build2/operation.hxx
+++ b/build2/operation.hxx
@@ -253,6 +253,12 @@ namespace build2
const string name_did; // E.g., 'configured'.
const string name_done; // E.g., 'is configured'.
+ // Whether to bootstrap outer projects. If load() below calls load_root(),
+ // then this must be true. Note that this happens before
+ // meta_operation_pre() is called.
+ //
+ const bool bootstrap_outer;
+
// The first argument in all the callback is the meta-operation
// parameters.
//