SPECS: slrn.spec - parallel make install is broken, use -j1

qboosh qboosh at pld-linux.org
Sun Aug 24 07:58:10 CEST 2008


Author: qboosh                       Date: Sun Aug 24 05:58:10 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- parallel make install is broken, use -j1

---- Files affected:
SPECS:
   slrn.spec (1.130 -> 1.131) 

---- Diffs:

================================================================
Index: SPECS/slrn.spec
diff -u SPECS/slrn.spec:1.130 SPECS/slrn.spec:1.131
--- SPECS/slrn.spec:1.130	Sat Aug 23 23:58:22 2008
+++ SPECS/slrn.spec	Sun Aug 24 07:58:04 2008
@@ -147,7 +147,7 @@
 	$RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} \
 	$RPM_BUILD_ROOT/etc/logrotate.d
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/slrn.1
@@ -206,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.131  2008/08/24 05:58:04  qboosh
+- parallel make install is broken, use -j1
+
 Revision 1.130  2008/08/23 21:58:22  qboosh
 - ugly lib64 patch replaced by --with-slanginc --with-slanglib configure options
   (default dirs are not sufficient because slang.h is in /usr/include/slang, not /usr/include)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slrn.spec?r1=1.130&r2=1.131&f=u



More information about the pld-cvs-commit mailing list