diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 16:06:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 16:06:51 +0200 |
commit | 9004c7a83e5a1bd9943363671c149dead8db634b (patch) | |
tree | 7b19e00fb6ba2c12ba0584a09e267301d8f4c2ad | |
parent | 2396e41fa3b28b1413989b73d457db803e45d9e0 (diff) |
Add libbutl.bash to relevant scripts
-rw-r--r-- | git/modules | 3 | ||||
-rwxr-xr-x | version | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/git/modules b/git/modules index 52c52e5..ed8c356 100644 --- a/git/modules +++ b/git/modules @@ -2,6 +2,7 @@ modules=" \ git \ change \ libbutl \ +libbutl.bash \ build2 \ libbpkg \ bpkg \ @@ -27,6 +28,7 @@ modules="$modules private" # tag_modules=" \ libbutl \ +libbutl.bash \ build2 \ libbpkg \ bpkg \ @@ -44,6 +46,7 @@ buildos" sub_modules=" \ private \ libbutl \ +libbutl.bash \ build2 \ libbpkg \ bpkg \ @@ -15,7 +15,7 @@ bpkg_min=0.8.0- ver=0.8.0-a.0.z #ver=0.7.0 -mods=(libstd-modules libbutl libbpkg libbbot) +mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot) odb_ver=2.5.0-b.8.z #odb_ver=2.5.0-b.7 @@ -27,7 +27,7 @@ xml_mods=(libstudxml) # @@ NOTE: libpkgconf manually. -all=(libstd-modules libbutl build2 libbpkg bpkg bdep libbbot bbot brep build2-toolchain msvc-linux buildos) +all=(libstd-modules libbutl libbutl.bash build2 libbpkg bpkg bdep libbbot bbot brep build2-toolchain msvc-linux buildos) # In manifests for alpha/beta we use an exact match. For snapshots -- snapshot |