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 --- build/root.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index fd751bc..730200b 100644 --- a/build/root.build +++ b/build/root.build @@ -13,7 +13,6 @@ cxx{*}: extension = cxx cxx.poptions =+ -I$out_root -I$src_root -# All exe{} in tests/ are, well, tests. Don't install them. +# All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true -tests/: install = false -- cgit v1.1