From f93038fbee1631b95922b0742e0fd00fa8dae02e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Jan 2017 15:25:26 +0200 Subject: Add notion of phase, enforce --- build2/context.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index e3f728e..0f13f27 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -23,6 +23,8 @@ using namespace butl; namespace build2 { + run_phase phase = run_phase::load; + shared_mutex model; #ifdef __cpp_thread_local -- cgit v1.1