From 8eed1ebf9ca2532fac255708a8dc418378c78b0a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 10:22:01 +0200 Subject: 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. --- build2/algorithm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/algorithm') 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 -- cgit v1.1