From 3239bc2435ddcd9dae0a177360a3644d85008c42 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jul 2016 10:32:29 +0200 Subject: Print project name and out_root in config reports --- build2/cxx/module.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build2/cxx/module.cxx') 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' -- cgit v1.1