aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-08 10:22:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit8eed1ebf9ca2532fac255708a8dc418378c78b0a (patch)
treec21bb8a590e70bdf9acd8c014204e8b5eb7f0c56 /build2/algorithm
parent9aa99bc4e62909c119df72bda26b091245d48274 (diff)
Get rid of count_postponed
Terget execution is postponed with regards to the current thread only thus it doesn't seem right to make postponed a target state.
Diffstat (limited to 'build2/algorithm')
-rw-r--r--build2/algorithm4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/algorithm b/build2/algorithm
index e9098bd..5ee6c64 100644
--- a/build2/algorithm
+++ b/build2/algorithm
@@ -172,9 +172,9 @@ namespace build2
execute_delegate (const recipe&, action, const target&);
// A special version of the above that should be used for "direct" and "now"
- // execution, that is, side-stepping the normal target- prerequisite
+ // execution, that is, side-stepping the normal target-prerequisite
// relationship (so no dependents count is decremented) and execution order
- // (so this function will never return postponed target state). It will also
+ // (so this function never returns the postponed target state). It will also
// wait for the completion if the target is busy.
//
target_state