From 5dd3b801ff5a5eaed1ffd8df03edbcb2afe1bcc7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Apr 06 2018 15:43:41 +0000 Subject: don't use -k on second non-smp make call --- diff --git a/avahi.spec b/avahi.spec index ab9912c..8a71b0d 100644 --- a/avahi.spec +++ b/avahi.spec @@ -402,7 +402,7 @@ NOCONFIGURE=1 ./autogen.sh ; # 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