aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-20 10:32:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-20 10:32:29 +0200
commit3239bc2435ddcd9dae0a177360a3644d85008c42 (patch)
treec93f99b5e992d043b183f2fbaf29127bb5a562d2 /build2/cxx
parent5fb77d1609bb62db11ed640d089a08f34e943998 (diff)
Print project name and out_root in config reports
Diffstat (limited to 'build2/cxx')
-rw-r--r--build2/cxx/module.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/build2/cxx/module.cxx b/build2/cxx/module.cxx
index 6ae7882..f66ef53 100644
--- a/build2/cxx/module.cxx
+++ b/build2/cxx/module.cxx
@@ -123,10 +123,8 @@ namespace build2
//
if (verb >= (p.second ? 2 : 3))
{
- //@@ Print project out root or name? Don't print if unnamed?
-
- text << "cxx\n"
- << " exe " << cxx << '\n'
+ text << "cxx " << project (r) << '@' << r.out_path () << '\n'
+ << " cxx " << cxx << '\n'
<< " id " << ci.id << '\n'
<< " version " << ci.version.string << '\n'
<< " major " << ci.version.major << '\n'