aboutsummaryrefslogtreecommitdiff
path: root/build2/bash/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bash/rule.cxx')
-rw-r--r--build2/bash/rule.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/bash/rule.cxx b/build2/bash/rule.cxx
index d12e743..4485fc8 100644
--- a/build2/bash/rule.cxx
+++ b/build2/bash/rule.cxx
@@ -47,7 +47,8 @@ namespace build2
tracer trace ("bash::in_rule::match");
// Note that for bash{} we match even if the target does not depend on
- // any modules.
+ // any modules (while it could have been handled by the in module, that
+ // would require loading it).
//
bool fi (false); // Found in.
bool fm (t.is_a<bash> ()); // Found module.