diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-06 08:29:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-06 08:29:30 +0200 |
commit | f10be65c39c18668df31c8680569a6417ef3ae06 (patch) | |
tree | 11d0f2887d1dd3b3b35f039f4b7bd39835dcaba5 /build2/context.hxx | |
parent | 1d738c03d8cd7eae151f9e4ba4fded986373e6bb (diff) |
Increment targe_count for inner operations only
Diffstat (limited to 'build2/context.hxx')
-rw-r--r-- | build2/context.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |