mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
cmake: Remove redundant call to get_processors
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
parent
f2e9a74bce
commit
e7561db477
@ -51,7 +51,7 @@ function run() {
|
|||||||
$DRY_RUN mkdir build
|
$DRY_RUN mkdir build
|
||||||
$DRY_RUN cd build
|
$DRY_RUN cd build
|
||||||
$DRY_RUN cmake ../
|
$DRY_RUN cmake ../
|
||||||
$DRY_RUN make $BUILD_MAKEOPTS -j$(get_processors) || return 1
|
$DRY_RUN make $BUILD_MAKEOPTS || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user