aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:47:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:47:06 +0200
commitd9a068c997c38c82cedf20082dc15b0a575e404e (patch)
treefce7124601f960d15a74f420e549556bc8976bbb /build2
parenta094b8f43d7401b01e68e3000b3fea5bb058b19b (diff)
Build infrastructure update
Diffstat (limited to 'build2')
-rw-r--r--build2/buildfile14
1 files changed, 1 insertions, 13 deletions
diff --git a/build2/buildfile b/build2/buildfile
index 5fc3a89..7e5dd23 100644
--- a/build2/buildfile
+++ b/build2/buildfile
@@ -81,20 +81,8 @@ pkgconfig/{hxx cxx}{ init } \
#
obj{b context}: cxx.poptions += -DBUILD2_HOST_TRIPLET=\"$cxx.target\"
-# Load the cli module but only if it's available. This way a distribution
-# that includes pre-generated files can be built without installing cli.
-# This is also the reason why above we explicitly spelled out individual
-# source files instead of using the cli.cxx{} group (it won't be there
-# unless the module is configured).
+# Generated options parser.
#
-using? cli
-
-if! $cli.configured
-{
- define cli: file
- cli{*}: extension = cli
-}
-
{hxx ixx cxx}{b-options}: cli{b}
cli.options += -I $src_root --include-with-brackets --include-prefix build2 \