From: Michal Sojka Date: Thu, 13 Feb 2014 10:40:12 +0000 (+0100) Subject: Use nproc rather than ncpus X-Git-Tag: fix-allnoconfig~12 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/def3d6a6456917806ba3e1cf02705d3512899cc7 Use nproc rather than ncpus nproc is in coreutils, it does not require another package to be installed --- diff --git a/continuous/steps/30-compile b/continuous/steps/30-compile index e256b00..5b3d4e5 100755 --- a/continuous/steps/30-compile +++ b/continuous/steps/30-compile @@ -9,4 +9,4 @@ export CROSS_COMPILE=/opt/OSELAS.Toolchain-2012.12.1/powerpc-603e-linux-gnu/gcc- test -t 0 || CHRONIC=chronic -$CHRONIC make -j$(ncpus) uImage +$CHRONIC make -j$(nproc) uImage