diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-07 08:40:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-07 08:40:42 +0200 |
commit | 9ce886d010dee58e5d3e547df84da487fd1c4220 (patch) | |
tree | b35ce7bf643ad8079be45737fd3e745b1d8791a1 /libbuild2/target.hxx | |
parent | 9a9276e1d151910ba31db4d91521b41e5ea1435f (diff) |
Skip sources of executables in cc::install_rule
Failed that, they may pull headers via an ad hoc group.
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index a97097f..091b2d8 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -179,7 +179,7 @@ namespace build2 // const target* group = nullptr; - // What has been described above is a "explicit" group. That is, there is + // What has been described above is an "explicit" group. That is, there is // a dedicated target type that explicitly serves as a group and there is // an explicit mechanism for discovering the group's members. // @@ -195,10 +195,10 @@ namespace build2 // would be much easier and more consistent to make these extra files // proper targets. // - // So to support this requirement we have ad hoc groups. The idea is - // that any target can be turned either by a user's declaration in a - // buildfile or by the rule that matches it into an ad hoc group by - // chaining several targets together. + // So to support this requirement we have ad hoc groups. The idea is that + // any target can be turned either by a user's declaration in a buildfile + // or by the rule that matches it into an ad hoc group by chaining several + // targets together. // // Ad hoc groups have a more restricted semantics compared to the normal // groups. In particular: |