From 98c7247ff06decba8130e8aea67ea839d084d2dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2023 07:21:06 +0200 Subject: Account for match options re-locking when checking if target is matched --- libbuild2/algorithm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/algorithm.hxx') diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index 11e655b..a0f8cd6 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -440,7 +440,7 @@ namespace build2 // // Note that there will be no way to rematch on options change (since there // is no rule), so passing anything other than all_options is most likely a - // bad idea. + // bad idea. Passing 0 for options is illegal. // void match_recipe (target_lock&, -- cgit v1.1