From 5393589ec2d898a02c52adf9125a592d3d7ff829 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 May 2023 12:15:24 +0200 Subject: Disable counts verification if matched but not executed in resolve_members() --- libbuild2/context.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libbuild2/context.hxx') diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index 7574787..a54d010 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -405,11 +405,13 @@ namespace build2 // decremented after such recipe has been executed. If such a recipe has // skipped executing the operation, then it should increment the skip // count. These two counters are used for progress monitoring and - // diagnostics. + // diagnostics. The resolve count keeps track of the number of targets + // matched but not executed as a result of the resolve_members() calls. // atomic_count dependency_count; atomic_count target_count; atomic_count skip_count; + atomic_count resolve_count; // Build state (scopes, targets, variables, etc). // -- cgit v1.1