aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm')
-rw-r--r--build2/algorithm11
1 files changed, 6 insertions, 5 deletions
diff --git a/build2/algorithm b/build2/algorithm
index db2ccca..4c12148 100644
--- a/build2/algorithm
+++ b/build2/algorithm
@@ -87,13 +87,14 @@ namespace build2
void
match_only (action, target&);
- // Match a "delegate rule" from withing another rules' apply()
- // function. Return recipe and recipe action (if any). Note
- // that unlike match(), this call doesn't increment the
- // dependents count. See also the companion execute_delegate().
+ // Match a "delegate rule" from withing another rules' apply() function
+ // skipping recursive matches (thus the third argument). Return recipe and
+ // recipe action (if any). Note that unlike match(), this call doesn't
+ // increment the dependents count. See also the companion
+ // execute_delegate().
//
pair<recipe, action>
- match_delegate (action, target&);
+ match_delegate (action, target&, const rule&);
// The standard prerequisite search and match implementations. They call
// search_and_match_*() versions below passing non-empty directory for