https://bugzilla.redhat.com/show_bug.cgi?id=1645172



--- Comment #6 from Jaroslav Škarvada <[email protected]> ---
Please just use:
%make_build
not '%make_build %{?_smp_mflags -j3}'

You can check what the macros finally expand to by using the 'rpm --eval
MACRO', e.g. on my system:

$ rpm --eval %make_build
/usr/bin/make -O -j3

The %make_build is defined as '%{__make} %{_make_output_sync} %{?_smp_mflags}'
which dynamically expands according to available cores.

With the '%{?_smp_mflags -j3}' the last -j3 (everything after the space) is
IMHO ignored.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to