aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-05-04 11:05:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commitca7db0a1b856909efe127d3b47b50a0144e5c2c9 (patch)
treec88b4e928405e10295b1f4c7848e21b654042d82 /libbuild2/rule.hxx
parenta54abb2f4e5e66877619097bfd281261f99c5103 (diff)
WIP
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r--libbuild2/rule.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx
index c15064e..d712957 100644
--- a/libbuild2/rule.hxx
+++ b/libbuild2/rule.hxx
@@ -122,6 +122,9 @@ namespace build2
virtual recipe
apply (action, target&) const override;
+ static target_state
+ perform_update (action, const target&, const adhoc_recipe&);
+
adhoc_rule () {}
static const adhoc_rule instance;
static const rule_match match_instance;