aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 7d4dccc..0a20cb1 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -2,8 +2,14 @@
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
+
amalgamation = # Disable amalgamation.
-subprojects = {*/ -build/ -doc/ -tests/ -submodules/}
+
+# Note: list them (mostly) explicitly without using wildcards to handle stray
+# subdirectories in the root (debian/, installation location, etc).
+#
+subprojects += libbutl/ build2/ libbpkg/ bpkg/ bdep/
+subprojects += libbuild2-*/
subprojects += tests/*/
using version