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.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/operation.cxx') 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, -- cgit v1.1