don't use -k on second non-smp make call

This commit is contained in:
Rex Dieter 2018-04-06 10:43:41 -05:00
parent 31e77ce1a2
commit 5dd3b801ff

View File

@ -402,7 +402,7 @@ NOCONFIGURE=1 ./autogen.sh
; ;
# workaround parallel build issues (aarch64 only so far, bug #1564553) # workaround parallel build issues (aarch64 only so far, bug #1564553)
%make_build -k V=1 || make -k V=1 %make_build -k V=1 || make V=1
%install %install