diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-04 10:38:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-04 10:38:23 +0200 |
commit | 8a1a20947bca2e0b8c1baa6e177a0038c0897156 (patch) | |
tree | d01451f89f68c03b64f116153abdcd2a6e2a2f6a | |
parent | cba71b27f00543736cea9e3479929279be1b5f03 (diff) |
Minor comment
-rw-r--r-- | buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |