From 0cee33621a93d3348a1bf19a0c94441b717cbcbc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Mar 2015 10:38:11 +0200 Subject: Add postponed recipe execution support --- build/algorithm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build/algorithm') diff --git a/build/algorithm b/build/algorithm index e4b319a..fa74769 100644 --- a/build/algorithm +++ b/build/algorithm @@ -44,9 +44,10 @@ namespace build execute (action, target&); // The default prerequisite execute implementation. It calls execute() - // on each non-ignored (NULL target) prerequisite in a loop. Returns - // target_state::changed if any of them were changed and - // target_state::unchanged otherwise. Note that this function can be + // on each non-ignored (non-NULL target) prerequisite in a loop. + // Returns target_state::changed if any of them were changed and + // target_state::unchanged otherwise. It treats targets with postponed + // execution the same as ignored. Note that this function can be // used as a recipe. // target_state -- cgit v1.1