diff options
Diffstat (limited to 'build/algorithm')
-rw-r--r-- | build/algorithm | 7 |
1 files changed, 4 insertions, 3 deletions
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 |