Revert %make_build on the docs part, so that this bit is serial

Partially reverts: 51c08855a3
Related: RHEL-68672
This commit is contained in:
Alexander Sosedkin 2024-11-25 17:45:08 +01:00
parent 51c08855a3
commit cdf49edc3d

View File

@ -512,8 +512,7 @@ export POLICY_PATH="/etc/crypto-policies/back-ends"
# build the man pages clean
pushd ./nss
%{make_build} clean_docs
%{make_build} build_docs
%{__make} clean_docs build_docs
popd
# and copy them to the dist directory for %%install to find them