diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-07 07:37:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-07 07:37:28 +0200 |
commit | 45ee1a71a27a938db9ffe7218f3a19b585de63b4 (patch) | |
tree | fbdce9cdf036b548a9c7aeb10782d69a8210f558 /libbuild2/install/rule.hxx | |
parent | 9637eb583a4e2bc028b93d5b8f5ceb981402554d (diff) |
Minor install-related cleanups
Diffstat (limited to 'libbuild2/install/rule.hxx')
-rw-r--r-- | libbuild2/install/rule.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/install/rule.hxx b/libbuild2/install/rule.hxx index 2ed162e..61c0ae9 100644 --- a/libbuild2/install/rule.hxx +++ b/libbuild2/install/rule.hxx @@ -133,6 +133,12 @@ namespace build2 virtual recipe apply (action, target&) const override; + // Implementation of apply() that returns empty_recipe if the target is + // not installable. + // + recipe + apply_impl (action, target&) const; + static target_state perform_update (action, const target&); |