From e879c347f4f05dac5405bcc45ae2d5c9dde5447c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 15:30:39 +0200 Subject: Add support for target visibility, use for dist, test, install This means we can no longer write: install = false Now it should be: *: install = false --- build2/config/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index e6ab14a..78c63b1 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -187,7 +187,7 @@ namespace build2 // something is broken. // if (r == nullptr) - fail (loc) << "inherited variable " << var.name << " value " + fail (loc) << "inherited variable " << var << " value " << "is not from a root scope"; // If none of the outer project's configurations use this value, @@ -198,7 +198,7 @@ namespace build2 { diag_record dr; dr << warn (loc) << "saving previously inherited variable " - << var.name; + << var; dr << info (loc) << "because project " << r->out_path () << " no longer uses it in its configuration"; -- cgit v1.1