without ?_smp_mflags

This commit is contained in:
vcrhonek 2007-03-12 10:52:21 +00:00
parent 2e17a1531d
commit 1b4ff32f0e

View File

@ -144,9 +144,11 @@ cp -fp %SOURCE2 doc
cp -fp %SOURCE3 rpm
export RPM_ARCH_LIB=%{_lib}
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}
make %{?_smp_mflags} -f RedHat.OpenPegasus.Makefile tests;
#make %{?_smp_mflags} -f RedHat.OpenPegasus.Makefile tests;
make -f RedHat.OpenPegasus.Makefile tests;
%endif
%install