diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-14 07:49:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-14 07:49:54 +0200 |
commit | 87a8357fe797fd2e2a07c8bfa22353d63b3f8b6c (patch) | |
tree | 3611089cf72b71c21168c5c28ffbda9d43542697 /libbuild2/adhoc-rule-buildscript.hxx | |
parent | 9d860f46631c1567c62336fcb25cf7b8090855a4 (diff) |
Clean .t file in ad hoc recipe
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 c39a0c0..4c36bf8 100644 --- a/libbuild2/adhoc-rule-buildscript.hxx +++ b/libbuild2/adhoc-rule-buildscript.hxx @@ -55,6 +55,9 @@ namespace build2 build::script::default_runner&, bool deferred_failure = false) const; + static target_state + perform_clean_file (action, const target&); + target_state default_action (action, const target&, const optional<timestamp>&) const; |