aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-06-04 10:38:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-06-04 10:38:23 +0200
commit8a1a20947bca2e0b8c1baa6e177a0038c0897156 (patch)
treed01451f89f68c03b64f116153abdcd2a6e2a2f6a /buildfile
parentcba71b27f00543736cea9e3479929279be1b5f03 (diff)
Minor comment
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildfile b/buildfile
index b56ca5b..333bdf8 100644
--- a/buildfile
+++ b/buildfile
@@ -59,6 +59,7 @@ pt = '^version: (.+)$'
# - 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')