From 6cf0b3c7a940bcf5159a234b5b33a467402cf5c3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Nov 2019 14:17:58 +0200 Subject: Handle dry-run mode in backlinking implementation --- libbuild2/algorithm.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/algorithm.hxx') diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index 5000c47..5243b5c 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -767,7 +767,8 @@ namespace build2 update_backlink (context&, const path& target, const path& link, - backlink_mode = backlink_mode::link); + backlink_mode = backlink_mode::link, + uint16_t verbosity = 3); LIBBUILD2_SYMEXPORT void clean_backlink (context&, -- cgit v1.1