From d69e09acb570030a56566739569867139f5d1f4b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 May 2018 11:48:37 +0200 Subject: Change default install filter to only accept prerequisites from amalgamation --- build2/install/rule.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/install/rule.hxx') 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. -- cgit v1.1