From: Kefu Chai Date: Wed, 17 Feb 2021 04:04:04 +0000 (+0800) Subject: ceph.spec.in: use %make_build instead of "make" X-Git-Tag: v17.1.0~2947^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e511973f7b6b0e5dbb3c4caf98f1290f81829e9;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 0655d9a9151d..e6f988c68df3 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