aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-04-09 09:00:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-04-09 09:00:29 +0200
commit79a760af92146a63e337c4399ec57134f56d8886 (patch)
tree1f576594fcfc987a6874533815cc6a20c60cd78d /build2/install/rule.hxx
parentd2951ce7344dade96f78286cc311ed86c46d086e (diff)
Add dry-run support to install/uninstall rules
Diffstat (limited to 'build2/install/rule.hxx')
-rw-r--r--build2/install/rule.hxx2
1 files changed, 1 insertions, 1 deletions
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.
//