From 0e511973f7b6b0e5dbb3c4caf98f1290f81829e9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 17 Feb 2021 12:04:04 +0800 Subject: [PATCH] ceph.spec.in: use %make_build instead of "make" so we can hide the `_smp_mflags` in `%make_build` macro Signed-off-by: Kefu Chai --- ceph.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 0655d9a9151..e6f988c68df 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1283,8 +1283,7 @@ cat ./CMakeFiles/CMakeOutput.log cat ./CMakeFiles/CMakeError.log %endif -make %{_smp_mflags} - +%make_build %if 0%{with make_check} %check