From 4854da9ba94fc107ff3dcd7eac4e12cecacd9b2e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Mar 2016 14:37:08 +0200 Subject: Remove the depdb (.d) files when cleaning --- build2/algorithm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build2/algorithm') diff --git a/build2/algorithm b/build2/algorithm index f0f2fbf..7c9239d 100644 --- a/build2/algorithm +++ b/build2/algorithm @@ -209,10 +209,15 @@ namespace build2 default_action (action, target&); // Standard perform(clean) action implementation for the file target - // or derived. + // (or derived). // target_state perform_clean (action, target&); + + // As above, but also removes the auxiliary dependency database (.d file). + // + target_state + perform_clean_depdb (action, target&); } #include -- cgit v1.1