From a2cad68fe340a66ad54b93f88e39f97898fc462e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Aug 2017 10:49:09 +0200 Subject: Reimplement pkg-config generation with more conservative approach for now --- build2/algorithm.hxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'build2/algorithm.hxx') diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx index 931b396..76e9d76 100644 --- a/build2/algorithm.hxx +++ b/build2/algorithm.hxx @@ -208,13 +208,12 @@ namespace build2 match_recipe (target_lock&, recipe); // Match a "delegate rule" from withing another rules' apply() function - // avoiding recursive matches (thus the third argument). Return recipe and - // recipe action (if any). Unless fail is false, fail if not rule is found. - // Otherwise return empty recipe. Note that unlike match(), this function - // does not increment the dependents count. See also the companion - // execute_delegate(). + // avoiding recursive matches (thus the third argument). Unless fail is + // false, fail if not rule is found. Otherwise return empty recipe. Note + // that unlike match(), this function does not increment the dependents + // count. See also the companion execute_delegate(). // - pair + recipe match_delegate (action, target&, const rule&, bool fail = true); // The standard prerequisite search and match implementations. They call -- cgit v1.1