From e5ca7841c94d9e31f6ab28c19eb24017c06d3d5e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Nov 2020 11:07:15 +0200 Subject: Add kconfig standard pre-installed build system module --- buildfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 402202f..d5df087 100644 --- a/buildfile +++ b/buildfile @@ -9,9 +9,6 @@ build2_repo="https://stage.build2.org/1" # build2_repo="https://pkg.cppget.org/1/queue/alpha" # build2_repo="https://pkg.cppget.org/1/alpha" -d = libpkgconf/ libbutl/ build2/ \ -libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ bdep/ doc/ - i = \ INSTALL \ UPGRADE \ @@ -22,12 +19,16 @@ BOOTSTRAP-WINDOWS-MSVC \ BOOTSTRAP-WINDOWS-CLANG \ BOOTSTRAP-WINDOWS-MINGW -./: $d \ - doc{$i README} \ - legal{LICENSE AUTHORS} \ - cli{$i} \ +# Note: see also subprojects in bootstrap.build. +# +./: {*/ -build/ -tests/ -submodules/} \ + doc{$i README} \ + legal{LICENSE AUTHORS} \ + cli{$i} \ manifest +./: tests/*/ tests/doc{README} + # Obtain the build2, bpkg, bdep, and toolchain versions. # bp = $recall($build.path) -- cgit v1.1