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/module.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'build2/module.cxx') diff --git a/build2/module.cxx b/build2/module.cxx index e1e8afd..432c595 100644 --- a/build2/module.cxx +++ b/build2/module.cxx @@ -101,10 +101,8 @@ namespace build2 i->second.init (rs, bs, loc, i->second.module, f, opt, hints)); const variable& lv (var_pool.insert (name + ".loaded", - false, variable_visibility::project)); const variable& cv (var_pool.insert (name + ".configured", - false, variable_visibility::project)); bs.assign (lv) = l; bs.assign (cv) = c; -- cgit v1.1