[packages/poldek/AC-DEVEL: 37/38] - make -j1 as it again created 0 byte poldek.conf

glen glen at pld-linux.org
Sat Jun 22 12:25:19 CEST 2013


commit cdbcb9610e9fe54f111ac8df48a55ba1e647778f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon May 14 09:43:59 2012 +0000

    - make -j1 as it again created 0 byte poldek.conf
    
    Changed files:
        poldek.spec -> 1.315.2.34

 poldek.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/poldek.spec b/poldek.spec
index 2bca439..4147d3e 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -224,18 +224,18 @@ CPPFLAGS="-std=gnu99"
 	%{!?with_imode:--disable-imode} \
 	--enable-nls \
 	%{?with_python:--with-python}
-%{__make}
+%{__make} -j1
 #	--enable-trace
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name}/repos.d,/var/cache/%{name}}
 
-%{__make} install \
+%{__make} install -j1 \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with python}
-%{__make} -C python install \
+%{__make} -C python -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{py_sitedir}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/a9509223080f5faa486ee17dce055a07aff2da0e



More information about the pld-cvs-commit mailing list