From bee90675a701d7267caba40921b4606db5072247 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Apr 2022 09:33:50 +0200 Subject: Rename {match,execute}() to *_sync(), add *_complete() In particular, the match() rename makes sure it doesn't clash with rule::match() which, after removal of the hint argument in simple_rule, has exactly the same signature, thus making it error-prone to calling recursively. --- build2/cli/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx index a11380e..364c90b 100644 --- a/build2/cli/rule.cxx +++ b/build2/cli/rule.cxx @@ -183,7 +183,7 @@ namespace build2 else { const cli_cxx& g (xt.group->as ()); - build2::match (a, g); + match_sync (a, g); return group_recipe; // Execute the group's recipe. } } -- cgit v1.1