aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/module.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'