diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-13 16:48:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-13 16:48:41 +0200 |
commit | 8781778697abd0af08d98435c302c16f8b163e16 (patch) | |
tree | ed6b2151ec1c96c8224d943edee77f69edca36f4 /stage | |
parent | 6c7c9ae1f05e04a7dfc2dc462aad252f6c9622c6 (diff) |
Add libbuild2-hello to stage script
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -32,6 +32,12 @@ b --version >/dev/null bpkg --version >/dev/null bdep --version >/dev/null +# Make sure the build system if up to date (otherwise update will be triggered +# by libbuild2-hello distribution). +# +b build2/build2/ +b --version >/dev/null + v="$(sed -n -re 's/^version: ([^.]+\.[^.]+\.[^-]+(-[ab]\.[^.+]+)?).*$/\1/p' build2-toolchain/manifest)" vf="$(echo $v | sed -re 's/^([^.]*)\.([^.]*)\.([^-]*).*$/\1.\2.\3/')" # Final. @@ -286,7 +292,6 @@ etc/stage-pkg -c $mode -d odb \ ../odb/builds/default/libodb-boost \ ../odb/builds/default/libodb-qt - etc/stage-pkg -c $mode build2 \ libbutl \ libbutl.bash \ @@ -298,7 +303,11 @@ etc/stage-pkg -c $mode build2 \ libbbot \ brep \ bbot \ - openssl-agent + openssl-agent \ + libbuild2-hello/libbuild2-hello \ + libbuild2-hello/libbuild2-hello-tests + + # msvc-linux # libstd-modules |