diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-16 13:48:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-16 13:48:40 +0200 |
commit | 23b059eea0618220010b30bacbf97db7f642c870 (patch) | |
tree | b197c61083468530e0fc2305c630f7fa7cd6b97c /libbuild2/target.hxx | |
parent | a7513ddd6250dada74d241abf8551828b16cb554 (diff) |
Fix target::group_state() for unmatched ad hoc group members
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 76b7158..46c0949 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -1037,7 +1037,7 @@ namespace build2 executed_state_impl (action) const; // Return true if the state comes from the group. Target must be at least - // matched. + // matched except for ad hoc group members during the execute phase. // bool group_state (action) const; |