diff options
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.hxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.hxx b/libbuild2/adhoc-rule-buildscript.hxx index 4c36bf8..e7b18e2 100644 --- a/libbuild2/adhoc-rule-buildscript.hxx +++ b/libbuild2/adhoc-rule-buildscript.hxx @@ -48,6 +48,9 @@ namespace build2 perform_update_file_dyndep_byproduct ( action, const target&, match_data_byproduct&) const; + optional<target_state> + execute_update_prerequisites (action, const target&, timestamp) const; + bool execute_update_file (const scope&, action a, const file&, |