aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm')
-rw-r--r--build2/algorithm3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/algorithm b/build2/algorithm
index cb84231..09e0c4d 100644
--- a/build2/algorithm
+++ b/build2/algorithm
@@ -167,7 +167,8 @@ namespace build2
// and "now" 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).
+ // target state). It will also wait for the completion if the target
+ // is busy.
//
target_state
execute_direct (action, target&);