SPECS: groff.spec - make -j1, build broken on smp
sparky
sparky at pld-linux.org
Sat Jan 14 19:04:10 CET 2006
Author: sparky Date: Sat Jan 14 18:04:10 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make -j1, build broken on smp
---- Files affected:
SPECS:
groff.spec (1.76 -> 1.77)
---- Diffs:
================================================================
Index: SPECS/groff.spec
diff -u SPECS/groff.spec:1.76 SPECS/groff.spec:1.77
--- SPECS/groff.spec:1.76 Sun Dec 11 14:20:56 2005
+++ SPECS/groff.spec Sat Jan 14 19:04:04 2006
@@ -205,12 +205,12 @@
%{__autoconf}
CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
%configure
-%{__make}
+%{__make} -j1
%if %{with xditview}
cd src/xditview
xmkmf
-%{__make} \
+%{__make} -j1 \
CC="%{__cc}" \
CDEBUGFLAGS="%{rpmcflags}"
%endif
@@ -219,13 +219,13 @@
rm -rf $RPM_BUILD_ROOT
PATH=$PATH:%{_prefix}/X11R6/bin
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/trofftops
%if %{with xditview}
-%{__make} -C src/xditview install install.man \
+%{__make} -j1 -C src/xditview install install.man \
DESTDIR=$RPM_BUILD_ROOT \
BINDIR=%{_bindir} \
MANDIR=%{_mandir}/man1
@@ -428,6 +428,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.77 2006/01/14 18:04:04 sparky
+- make -j1, build broken on smp
+
Revision 1.76 2005/12/11 13:20:56 pluto
- release 3.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/groff.spec?r1=1.76&r2=1.77&f=u
More information about the pld-cvs-commit
mailing list