aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/cli/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx
index 9e3ffa6..1f82699 100644
--- a/build2/cli/rule.cxx
+++ b/build2/cli/rule.cxx
@@ -329,7 +329,7 @@ namespace build2
if (!ctx.dry_run)
{
- run (ctx, pp, args);
+ run (ctx, pp, args, 1 /* finish_verbosity */);
dd.check_mtime (tp);
}