From: Stephane Desneux Date: Wed, 17 Jun 2015 08:07:32 +0000 (+0200) Subject: packaging: disable parallel build (make -j1) to avoid build errors X-Git-Tag: submit/tizen_common/20150617.080816^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m2;p=test%2Ftools%2Ftestkit-stub.git packaging: disable parallel build (make -j1) to avoid build errors Change-Id: I9ad002f870921d97e6c55dba91dbf0342866e91e Signed-off-by: Stephane Desneux --- diff --git a/packaging/testkit-stub.spec b/packaging/testkit-stub.spec index 4a7ea94..f4d044e 100644 --- a/packaging/testkit-stub.spec +++ b/packaging/testkit-stub.spec @@ -20,7 +20,7 @@ cp %{SOURCE1001} . %build export CFLAGS+=" -Wno-error=unused-result " -make %{?jobs:-j%jobs} +make -j1 %install