summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-12-01 16:29:04 -0500
committerAdam Young <ayoung@redhat.com>2011-12-01 16:29:04 -0500
commitb203ba43b5348e33639efabee171dc6041e1ae33 (patch)
treef836c801e95098a7d97757e2b5409e4b57935f32
parent02d13e6c2f06efb6a7901a6a8f239492ba49a66c (diff)
downloadpki-b203ba43b5348e33639efabee171dc6041e1ae33.tar.gz
pki-b203ba43b5348e33639efabee171dc6041e1ae33.tar.xz
pki-b203ba43b5348e33639efabee171dc6041e1ae33.zip
Split make to avoid build failure
-rw-r--r--pki/specs/pki-core.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec
index 34085814..075a10aa 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -447,7 +447,8 @@ This package is a part of the PKI Core used by the Certificate System.
%{__mkdir_p} build
cd build
%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_CORE:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} ..
-%{__make} VERBOSE=1 %{?_smp_mflags} all test
+%{__make} VERBOSE=1 %{?_smp_mflags} all
+%{__make} VERBOSE=1 %{?_smp_mflags} test
%install