aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-25 11:48:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-25 11:48:37 +0200
commitd69e09acb570030a56566739569867139f5d1f4b (patch)
tree94f21ae804595ce134a107c8f185d89747d48967 /build2/install/rule.hxx
parent5e2c26176cf48b65103251186a2bf321eda069a9 (diff)
Change default install filter to only accept prerequisites from amalgamation
Diffstat (limited to 'build2/install/rule.hxx')
-rw-r--r--build2/install/rule.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx
index 914ffdc..32c6889 100644
--- a/build2/install/rule.hxx
+++ b/build2/install/rule.hxx
@@ -24,7 +24,8 @@ namespace build2
match (action, target&, const string&) const override;
// Return NULL if this prerequisite should be ignored and pointer to its
- // target otherwise. The default implementation accepts all prerequsites.
+ // target otherwise. The default implementation accepts prerequsites
+ // from the target's (weak) amalgamation.
//
// The prerequisite it passed as an iterator allowing the filter to
// "see" inside groups.