aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-09 11:06:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-09 11:06:02 +0200
commite9f64680a152c5aafd023bb5691447012e222590 (patch)
treeb36068799bd50c74eee87f298c685d223c84f363 /libbuild2/install/rule.hxx
parentd084b50790dcbf675f2d5f451c986b3128216980 (diff)
Relax prerequisite filtering semantics of aliases in test and install rules
Diffstat (limited to 'libbuild2/install/rule.hxx')
-rw-r--r--libbuild2/install/rule.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/install/rule.hxx b/libbuild2/install/rule.hxx
index 5896589..916fc6d 100644
--- a/libbuild2/install/rule.hxx
+++ b/libbuild2/install/rule.hxx
@@ -25,8 +25,7 @@ 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
- // from the target's (weak) amalgamation.
+ // target otherwise. The default implementation allows all prerequsites.
//
// The prerequisite is passed as an iterator allowing the filter to
// "see" inside groups.