diff options
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.hxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.hxx b/libbuild2/adhoc-rule-buildscript.hxx index 51d37d4..c39a0c0 100644 --- a/libbuild2/adhoc-rule-buildscript.hxx +++ b/libbuild2/adhoc-rule-buildscript.hxx @@ -39,10 +39,15 @@ namespace build2 perform_update_file (action, const target&) const; struct match_data; + struct match_data_byproduct; target_state perform_update_file_dyndep (action, const target&, match_data&) const; + target_state + perform_update_file_dyndep_byproduct ( + action, const target&, match_data_byproduct&) const; + bool execute_update_file (const scope&, action a, const file&, |