From 79a760af92146a63e337c4399ec57134f56d8886 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2019 09:00:29 +0200 Subject: Add dry-run support to install/uninstall rules --- build2/install/rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install/rule.hxx') diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx index ec4b9bf..526683d 100644 --- a/build2/install/rule.hxx +++ b/build2/install/rule.hxx @@ -154,7 +154,7 @@ namespace build2 // Installation/uninstallation "commands". // // If verbose is false, then only print the command at verbosity level 2 - // or higher. + // or higher. Note that these functions respect the dry_run flag. // Install a symlink: base/link -> target. // -- cgit v1.1