aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-11-16 13:48:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-11-16 13:48:40 +0200
commit23b059eea0618220010b30bacbf97db7f642c870 (patch)
treeb197c61083468530e0fc2305c630f7fa7cd6b97c /libbuild2/target.hxx
parenta7513ddd6250dada74d241abf8551828b16cb554 (diff)
Fix target::group_state() for unmatched ad hoc group members
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx2
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;