aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/install/init.cxx')
-rw-r--r--libbuild2/install/init.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/libbuild2/install/init.cxx b/libbuild2/install/init.cxx
index 445f2b1..1054e83 100644
--- a/libbuild2/install/init.cxx
+++ b/libbuild2/install/init.cxx
@@ -137,8 +137,8 @@ namespace build2
context& ctx (rs.ctx);
- // Register install function family if this is the first instance of the
- // install modules.
+ // Register the install function family if this is the first instance of
+ // the install modules.
//
if (!function_family::defined (ctx.functions, "install"))
functions (ctx.functions);
@@ -188,8 +188,7 @@ namespace build2
return true;
}
- const dir_path& out_root (rs.out_path ());
- l5 ([&]{trace << "for " << out_root;});
+ l5 ([&]{trace << "for " << rs;});
assert (config_hints.empty ()); // We don't known any hints.