Skip to content

Commit

Permalink
Split make to avoid build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Young committed Dec 1, 2011
1 parent 02d13e6 commit b203ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pki/specs/pki-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b203ba4

Please sign in to comment.