From def3d6a6456917806ba3e1cf02705d3512899cc7 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 13 Feb 2014 11:40:12 +0100 Subject: [PATCH] Use nproc rather than ncpus nproc is in coreutils, it does not require another package to be installed --- continuous/steps/30-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2