On Fri, Mar 27, 2020 at 11:36:38AM -0600, Jerry James wrote: > On Fri, Mar 27, 2020 at 11:30 AM Zbigniew Jędrzejewski-Szmek > <zbyszek@xxxxxxxxx> wrote: > > We are. Did you trying putting '%global _smp_mflags -j1' somewhere > > near the top of the spec file? > > We are? Where? That is what the packaging guidelines say [1]: > Whenever possible, invocations of make should be done as > %make_build (which is defined as $ rpmbuild --showrc |grep make_build make_build %{__make} %{_make_output_sync} %{?_smp_mflags} %{_make_verbose}). [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make > The spec file does this to build: > > make world VERBOSE=1 So it seems that this particular Makefile enables parallelization internally. (make defaults -j1 unless told otherwise). But it should be possible to somehow disable it wherever it is enabled. Zbyszek _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx