diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-08 15:02:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-08 15:02:54 +0200 |
commit | 8397957451972d36434625f8853718655d656b1f (patch) | |
tree | 57d8fa5673b760cc78d54a29243b61c5186c5acb /build.sh | |
parent | 813f60db0b7713a376f44c59f940d4ebc1c1dfdf (diff) |
Update build script to update for install
This omits building tests.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -244,7 +244,7 @@ run build2/b-boot --version # Bootstrap, stage 2. # -run build2/b-boot $verbose config.cxx="$cxx" config.bin.lib=static +run build2/b-boot $verbose config.cxx="$cxx" config.bin.lib=static build2/exe{b} mv build2/b build2/b-boot run build2/b-boot --version @@ -285,7 +285,7 @@ config.install.sudo="$conf_sudo" run bpkg-stage $verbose add "$BUILD2_REPO" run bpkg-stage $verbose $bpkg_fetch_ops fetch -run bpkg-stage $verbose $bpkg_build_ops build --yes build2 bpkg +run bpkg-stage $verbose $bpkg_build_ops build --for install --yes build2 bpkg run bpkg-stage $verbose install build2 bpkg run which b |