aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation.cxx')
-rw-r--r--build2/config/operation.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx
index 5339ef9..63e6d9b 100644
--- a/build2/config/operation.cxx
+++ b/build2/config/operation.cxx
@@ -387,6 +387,7 @@ namespace build2
set_current_oif (*oif);
dependency_count = 0;
+ phase_guard pg (run_phase::search_match);
match (ml, action (configure_id, id), t);
}
@@ -566,6 +567,8 @@ namespace build2
set<scope*> projects;
+ // Note: doing everything in the load phase.
+ //
for (void* v: ts)
{
scope& root (*static_cast<scope*> (v));