aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/algorithm.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-16 14:17:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-16 14:17:58 +0200
commit6cf0b3c7a940bcf5159a234b5b33a467402cf5c3 (patch)
tree87af76f61b0feeee57f76dad46e2df0cdf936ac1 /libbuild2/algorithm.hxx
parent74bedb486d5226609516492e5cedeffc382841ac (diff)
Handle dry-run mode in backlinking implementation
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r--libbuild2/algorithm.hxx3
1 files changed, 2 insertions, 1 deletions
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&,