diff options
Diffstat (limited to 'build2/operation.hxx')
-rw-r--r-- | build2/operation.hxx | 6 |
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. // |