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/bin/init.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build2/bin') diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx index 5a13a87..59d9ce6 100644 --- a/build2/bin/init.cxx +++ b/build2/bin/init.cxx @@ -83,7 +83,6 @@ namespace build2 v.insert ("bin.exe.suffix"); v.insert> ("bin.lib.version", - false, variable_visibility::project); } @@ -202,7 +201,7 @@ namespace build2 if (v == nullptr) fail (loc) << "unable to determine binutils target" << - info << "consider specifying it with " << var.name << + info << "consider specifying it with " << var << info << "or first load a module that can provide it as a hint, " << "such as c or cxx"; -- cgit v1.1