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