diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 11:07:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 11:07:15 +0200 |
commit | e5ca7841c94d9e31f6ab28c19eb24017c06d3d5e (patch) | |
tree | c84bc9b464878664c4d867e465b30928b863b0d2 /buildfile | |
parent | 21f40520e725cfb3d4cfd1e1c3736eb0a51bb5ac (diff) |
Add kconfig standard pre-installed build system module
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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) |