SPECS: slang.spec - make -j1 for install

glen glen at pld-linux.org
Tue Sep 11 19:14:44 CEST 2007


Author: glen                         Date: Tue Sep 11 17:14:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -j1 for install

---- Files affected:
SPECS:
   slang.spec (1.119 -> 1.120) 

---- Diffs:

================================================================
Index: SPECS/slang.spec
diff -u SPECS/slang.spec:1.119 SPECS/slang.spec:1.120
--- SPECS/slang.spec:1.119	Tue Sep 11 18:49:55 2007
+++ SPECS/slang.spec	Tue Sep 11 19:14:39 2007
@@ -256,7 +256,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
 
-%{__make} install-all \
+%{__make} install-all -j1 \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install slsh/slsh $RPM_BUILD_ROOT%{_bindir}
@@ -321,6 +321,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.120  2007/09/11 17:14:39  glen
+- make -j1 for install
+
 Revision 1.119  2007/09/11 16:49:55  qboosh
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slang.spec?r1=1.119&r2=1.120&f=u



More information about the pld-cvs-commit mailing list