diff options
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.hxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.hxx b/libbuild2/adhoc-rule-buildscript.hxx index 7ec647b..51d37d4 100644 --- a/libbuild2/adhoc-rule-buildscript.hxx +++ b/libbuild2/adhoc-rule-buildscript.hxx @@ -36,18 +36,19 @@ namespace build2 const optional<timestamp>&) const override; target_state - perform_update_file_static (action, const target&) const; + perform_update_file (action, const target&) const; struct match_data; target_state - perform_update_file_dynamic (action, const target&, match_data&) const; + perform_update_file_dyndep (action, const target&, match_data&) const; bool execute_update_file (const scope&, action a, const file&, build::script::environment&, - build::script::default_runner&) const; + build::script::default_runner&, + bool deferred_failure = false) const; target_state default_action (action, const target&, const optional<timestamp>&) const; |