From 9699e205dc55a9e2de18f56aabad8feb46613b1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Feb 2022 07:20:32 +0200 Subject: Make match_inc_dependents() part of public API --- libbuild2/algorithm.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/algorithm.hxx') diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index da64b1a..c767f5a 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -395,6 +395,11 @@ namespace build2 recipe match_delegate (action, target&, const rule&, bool try_match = false); + // Incrementing the dependency counts of the specified target. + // + void + match_inc_dependents (action, const target&); + // Match a rule for the inner operation from withing the outer rule's // apply() function. See also the companion execute_inner(). // -- cgit v1.1