aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-15 03:55:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-02 14:03:34 +0200
commitb37f1aa6398065be806e6605a023189685669885 (patch)
treeb9b32091e3d70a31852302b24c99ecb62465464a /build2/cc/install
parenta64b2ae2099346471ead988d5f2d383d55a9bf89 (diff)
Implement parallel match
Diffstat (limited to 'build2/cc/install')
-rw-r--r--build2/cc/install8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/cc/install b/build2/cc/install
index f676d72..e229e94 100644
--- a/build2/cc/install
+++ b/build2/cc/install
@@ -24,14 +24,14 @@ namespace build2
public:
install (data&&, const link&);
- virtual target*
- filter (slock&, action, target&, prerequisite_member) const override;
+ virtual const target*
+ filter (action, const target&, prerequisite_member) const override;
virtual match_result
- match (slock&, action, target&, const string&) const override;
+ match (action, target&, const string&) const override;
virtual recipe
- apply (slock&, action, target&) const override;
+ apply (action, target&) const override;
virtual void
install_extra (const file&, const install_dir&) const override;