From 0ca011d1220207b3c1cba92791413f113ec66329 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Aug 2019 12:45:22 +0200 Subject: keep_going --- libbuild2/context.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index b1b45eb..1b1b9f6 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -50,9 +50,10 @@ namespace build2 }; context:: - context (scheduler& s, const strings& cmd_vars) + context (scheduler& s, const strings& cmd_vars, bool kg) : data_ (new data (*this)), sched (s), + keep_going (kg), phase_mutex (phase), scopes (data_->scopes), global_scope (create_global_scope (data_->scopes)), @@ -851,7 +852,6 @@ namespace build2 //text << this_thread::get_id () << " phase restore " << n << " " << o; } - bool keep_going = false; bool dry_run = false; void (*config_save_variable) (scope&, const variable&, uint64_t); -- cgit v1.1