diff options
Diffstat (limited to 'build2/dist/rule.cxx')
-rw-r--r-- | build2/dist/rule.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/dist/rule.cxx b/build2/dist/rule.cxx index f3a99f9..e2bad9a 100644 --- a/build2/dist/rule.cxx +++ b/build2/dist/rule.cxx @@ -36,7 +36,9 @@ namespace build2 if (p.proj () != nullptr) continue; - // If we can, go inside see-through groups. + // If we can, go inside see-through groups. Note that here we are + // not going into ad hoc groups but maybe we should (which would + // have to be done after match()). // if (p.type ().see_through && i.enter_group ()) continue; |