aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-24 06:13:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-24 06:13:53 +0200
commit0d5196c1186832219e91955cde4f8fe5c01dfe26 (patch)
tree881f1d74f33dd2c072aa2f116af2c96e34a24b71 /build2
parentb6671c9a5840077911cb23f5434c4a7309069e2f (diff)
Document in and bash modules
Diffstat (limited to 'build2')
-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.