From f22c9e24674d63ad877111d273bcc1cd7692b6d9 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Tue, 10 Oct 2017 15:24:01 +0300 Subject: [PATCH] [rpmbuild] Use _smp_mflags instead of jobs macro The "jobs" macro is non-standard and won't use multiple cores when building under mb2. Signed-off-by: Simo Piiroinen --- rpm/mce-headers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/mce-headers.spec b/rpm/mce-headers.spec index bf24e1d..e29cc2f 100644 --- a/rpm/mce-headers.spec +++ b/rpm/mce-headers.spec @@ -26,7 +26,7 @@ provided by the Mode Control Entity, and the signals emitted by it. %build ./verify_version -make %{?jobs:-j%jobs} +make %{?_smp_mflags} make doc %install