From 50e1ffc8f9c48e3e81bd5fa38381193942182df3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Jun 2018 10:39:26 +0200 Subject: Use depdb to track changes to cli compiler, options, etc --- build2/algorithm.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/algorithm.hxx') 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, -- cgit v1.1