don't use -k on second non-smp make call
This commit is contained in:
parent
31e77ce1a2
commit
5dd3b801ff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user