From 7297a007189a8763c082fe75a1da83fcb8c0ed27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Oct 2017 15:19:16 +0200 Subject: Adjust to generalized build.sh --make option semantics --- buildos | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/buildos b/buildos index 17eef72..0bd47d5 100755 --- a/buildos +++ b/buildos @@ -637,9 +637,11 @@ function toolchain_bootstrap () # # Bootstrap, stage, and install using the provided build.sh script. Do # parallel bootstrap using make. # - if ! ./build.sh --make "$cpu_total" \ - --install-dir "$id" \ - --trust "$tt" \ + if ! ./build.sh --make make \ + --make "-j$cpu_total" \ + --timeout "$timeout" \ + --install-dir "$id" \ + --trust "$tt" \ g++; then info "failed to build $(pwd)" break -- cgit v1.1