From 5d54628076bd7fc97e90c81b6d0df0fef4ceae20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 May 2018 16:39:45 +0200 Subject: Tolerate misconfigured src_root in info and disfigure meta-operations --- build2/operation.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/operation.hxx') 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. // -- cgit v1.1