From f91dcce80beb48bf8b444b472f4820a4ff2b33e5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Jan 2021 12:48:42 +0200 Subject: Make sure we don't work any existing tasks when building in module context --- libbuild2/adhoc-rule-cxx.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/adhoc-rule-cxx.cxx') diff --git a/libbuild2/adhoc-rule-cxx.cxx b/libbuild2/adhoc-rule-cxx.cxx index 55f8ccb..4bf67f0 100644 --- a/libbuild2/adhoc-rule-cxx.cxx +++ b/libbuild2/adhoc-rule-cxx.cxx @@ -295,6 +295,11 @@ namespace build2 // context& ctx (*t.ctx.module_context); + // Mark the queue so that we don't work any tasks that may already be + // there. + // + scheduler::queue_mark qm (ctx.sched); + const uint16_t verbosity (3); // Project creation command verbosity. // Project and location signatures. -- cgit v1.1