aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/algorithm.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-02-07 07:20:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-02-07 07:22:27 +0200
commit9699e205dc55a9e2de18f56aabad8feb46613b1f (patch)
tree1eddadc94242e530f8d53a75c53be0f8ab321c2a /libbuild2/algorithm.hxx
parent6c1ea91ca421a1b899af091043abdb58c2ed57e0 (diff)
Make match_inc_dependents() part of public API
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r--libbuild2/algorithm.hxx5
1 files changed, 5 insertions, 0 deletions
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().
//