mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
make_conf_util: initialize make.conf with the real number of CPUs
BUG=none TEST=cros_sdk --bootstrap, check out make.conf.host_setup Change-Id: Icca34d4185869092f281de6b53929377c1410f5e Reviewed-on: https://gerrit.chromium.org/gerrit/17845 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Zdenek Behan <zbehan@chromium.org> Tested-by: Zdenek Behan <zbehan@chromium.org>
This commit is contained in:
parent
2a506ffcce
commit
63989c25ec
@ -85,7 +85,7 @@ _create_host_setup() {
|
|||||||
_make_conf_fetchcommand "$fetchtype"
|
_make_conf_fetchcommand "$fetchtype"
|
||||||
_make_conf_private
|
_make_conf_private
|
||||||
_make_conf_prebuilt
|
_make_conf_prebuilt
|
||||||
echo 'MAKEOPTS="-j16"' ) | sudo_clobber "$host_setup"
|
echo 'MAKEOPTS="-j'${NUM_JOBS}'"' ) | sudo_clobber "$host_setup"
|
||||||
sudo chmod 644 "$host_setup"
|
sudo chmod 644 "$host_setup"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user