diff --git a/build/build.sh b/build/build.sh index 3e49739..258ea27 100755 --- a/build/build.sh +++ b/build/build.sh @@ -305,11 +305,7 @@ mkdir -p objdir pushd objdir # shellcheck disable=SC2086 "../gcc-${VERSION}/configure" --prefix="${STAGING_DIR}" ${CONFIG} -if echo "${BRANCH}" | grep 'master+cobol'; then - make -else - make "-j$(nproc)" -fi +make "-j$(nproc)" make ${INSTALL_TARGET} popd