Skip to content

Commit

Permalink
[rpmbuild] Use _smp_mflags instead of jobs macro
Browse files Browse the repository at this point in the history
The "jobs" macro is non-standard and won't use multiple cores when
building under mb2.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Oct 10, 2017
1 parent 02a1953 commit f22c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/mce-headers.spec
Expand Up @@ -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
Expand Down

0 comments on commit f22c9e2

Please sign in to comment.