aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index aac3b8f..333bdf8 100644
--- a/buildfile
+++ b/buildfile
@@ -21,8 +21,7 @@ build2_repo="https://stage.build2.org/1"
#
# NOTE: see also subprojects in bootstrap.build if changing anything here.
#
-d = libpkg-config/ libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ \
-libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/
+d = libbutl/ build2/ libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/
if ($build.meta_operation == 'dist')
d += tests/*/
@@ -59,6 +58,8 @@ pt = '^version: (.+)$'
# - install scripts: prepare, build2-install.sh, and build2-install-*.bat
# - build2.org/www/ (module docs symlinks for both public and stage, etc)
# - make sure the module has `builds: all` in its manifest
+# - make sure just `b noop: libbuild2-<mod>-tests/` works and loads the module
+# (not that noop does not do implicit directory buildfile loading)
# - make sure the module is listed in the mod array in etc/bootstrap
#
ver = $process.run_regex($bp 'info:' $src_root/, "$pt", '\1')