From: Brad Hubbard Date: Fri, 6 May 2016 01:09:42 +0000 (+1000) Subject: cmake: Remove redundant call to get_processors X-Git-Tag: v11.0.0~136^2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e7561db4774effb62f808ffa35e511d63c76e071;p=ceph.git cmake: Remove redundant call to get_processors Signed-off-by: Brad Hubbard --- diff --git a/run-cmake-check.sh b/run-cmake-check.sh index b2164f90d0f4..9d4a61e66738 100755 --- a/run-cmake-check.sh +++ b/run-cmake-check.sh @@ -51,7 +51,7 @@ function run() { $DRY_RUN mkdir build $DRY_RUN cd build $DRY_RUN cmake ../ - $DRY_RUN make $BUILD_MAKEOPTS -j$(get_processors) || return 1 + $DRY_RUN make $BUILD_MAKEOPTS || return 1 } function main() {