without ?_smp_mflags
This commit is contained in:
parent
2e17a1531d
commit
1b4ff32f0e
@ -144,9 +144,11 @@ cp -fp %SOURCE2 doc
|
|||||||
cp -fp %SOURCE3 rpm
|
cp -fp %SOURCE3 rpm
|
||||||
export RPM_ARCH_LIB=%{_lib}
|
export RPM_ARCH_LIB=%{_lib}
|
||||||
export RPM_ARCH=%{_target_cpu}
|
export RPM_ARCH=%{_target_cpu}
|
||||||
make %{?_smp_mflags} -f RedHat.OpenPegasus.Makefile;
|
#make %{?_smp_mflags} -f RedHat.OpenPegasus.Makefile;
|
||||||
|
make -f RedHat.OpenPegasus.Makefile;
|
||||||
%if %{PEGASUS_BUILD_TEST_RPM}
|
%if %{PEGASUS_BUILD_TEST_RPM}
|
||||||
make %{?_smp_mflags} -f RedHat.OpenPegasus.Makefile tests;
|
#make %{?_smp_mflags} -f RedHat.OpenPegasus.Makefile tests;
|
||||||
|
make -f RedHat.OpenPegasus.Makefile tests;
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user