diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 15:30:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 15:30:39 +0200 |
commit | e879c347f4f05dac5405bcc45ae2d5c9dde5447c (patch) | |
tree | 8ad9956bf66a3b28c9628608e8b9c9787e2c34a5 /build | |
parent | dee70af1d3b6ca4caf1027b79eb471b28624fff8 (diff) |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 3 |
1 files changed, 1 insertions, 2 deletions
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 |