packages: ghc/ghc.spec - parallel make still fails

baggins baggins at pld-linux.org
Fri Aug 27 12:51:35 CEST 2010


Author: baggins                      Date: Fri Aug 27 10:51:35 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- parallel make still fails

---- Files affected:
packages/ghc:
   ghc.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: packages/ghc/ghc.spec
diff -u packages/ghc/ghc.spec:1.109 packages/ghc/ghc.spec:1.110
--- packages/ghc/ghc.spec:1.109	Fri Aug 27 12:49:52 2010
+++ packages/ghc/ghc.spec	Fri Aug 27 12:51:30 2010
@@ -199,13 +199,13 @@
 	--with-hc=$PWD/bindist/ghc/dist-stage2/build/ghc/ghc \
 %endif
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 rm -rf docs-root
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 cp -a $RPM_BUILD_ROOT%{_datadir}/doc/%{name} docs-root
@@ -815,6 +815,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2010/08/27 10:51:30  baggins
+- parallel make still fails
+
 Revision 1.109  2010/08/27 10:49:52  baggins
 - merged from DEVEL
 - S: ghc-haskell-platform
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc/ghc.spec?r1=1.109&r2=1.110&f=u



More information about the pld-cvs-commit mailing list