aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-29 10:39:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-29 10:39:26 +0200
commit50e1ffc8f9c48e3e81bd5fa38381193942182df3 (patch)
treebefd6198abbbfbee98c2d87f48bb06b667941415 /build2/algorithm.hxx
parent67b17701d5b1753dc6aaf5a63a4dc2ef2642ba83 (diff)
Use depdb to track changes to cli compiler, options, etc
Diffstat (limited to 'build2/algorithm.hxx')
-rw-r--r--build2/algorithm.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx
index 48f48c8..93fe131 100644
--- a/build2/algorithm.hxx
+++ b/build2/algorithm.hxx
@@ -616,6 +616,12 @@ namespace build2
target_state
perform_clean_group (action, const target&);
+ // As above but clean both the target group and depdb. The depdb file path
+ // is derived from the first member file path.
+ //
+ target_state
+ perform_clean_group_depdb (action, const target&);
+
// Helper for custom perform(clean) implementations that cleans extra files
// and directories (recursively) specified as a list of either absolute
// paths or "path derivation directives". The directive string can be NULL,