From f10be65c39c18668df31c8680569a6417ef3ae06 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Feb 2018 08:29:30 +0200 Subject: Increment targe_count for inner operations only --- build2/context.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/context.hxx') diff --git a/build2/context.hxx b/build2/context.hxx index 71035ad..97ba285 100644 --- a/build2/context.hxx +++ b/build2/context.hxx @@ -305,7 +305,7 @@ namespace build2 // // The target count is incremented after a non-noop recipe is matched and // decremented after such recipe has been executed. If such a recipe has - // skipped updating the target, then it should increment the skip count. + // skipped executing the operation, then it should increment the skip count. // These two counters are used for progress monitoring and diagnostics. // extern atomic_count dependency_count; -- cgit v1.1