From d9a068c997c38c82cedf20082dc15b0a575e404e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:47:06 +0200 Subject: Build infrastructure update --- build2/buildfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'build2') 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 \ -- cgit v1.1