diff options
-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 |