From 8a7b3bb944ca08d240fc778a9269c6db0f9746f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Feb 2017 09:56:42 +0200 Subject: Modify library mate-information protocol not to use lib{} group --- build2/algorithm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build2/algorithm') diff --git a/build2/algorithm b/build2/algorithm index 33da884..18f2fce 100644 --- a/build2/algorithm +++ b/build2/algorithm @@ -86,7 +86,9 @@ namespace build2 match (slock&, action, target&); // Note that calling this function only makes sense if the target itself - // doesn't have its own dependents. + // doesn't have its own dependents (since they will not be unmatched) or + // if you know for sure that someone else will match and execute this + // target for real. // void unmatch (action, target&); @@ -98,7 +100,7 @@ namespace build2 match_only (slock&, action, target&); // Match a "delegate rule" from withing another rules' apply() function - // skipping recursive matches (thus the third argument). Return recipe and + // avoiding 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(). -- cgit v1.1