aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.cxx
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.cxx
parent74b1b8228d3e5916a838f5399211bf49e93b5a2c (diff)
Tolerate misconfigured src_root in info and disfigure meta-operations
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r--build2/operation.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx
index 10ae6e7..56f2979 100644
--- a/build2/operation.cxx
+++ b/build2/operation.cxx
@@ -52,6 +52,7 @@ namespace build2
"", // to do anything.
"",
"",
+ true, // bootstrap_outer
nullptr, // meta-operation pre
nullptr, // operation pre
&load,
@@ -416,6 +417,7 @@ namespace build2
"",
"",
"",
+ true, // bootstrap_outer
nullptr, // meta-operation pre
nullptr, // operation pre
&load,
@@ -507,6 +509,7 @@ namespace build2
"",
"",
"",
+ false, // bootstrap_outer
nullptr, // meta-operation pre
&info_operation_pre,
&info_load,