About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
robbat2 09/06/19 20:52:20 Modified: sysstat-9.0.3-ar.patch Log: Really fix the parallel make bug with libsyscom.a now. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.2 app-admin/sysstat/files/sysstat-9.0.3-ar.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch?r1=1.1&r2=1.2 Index: sysstat-9.0.3-ar.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -p -w -b -B -u -u -r1.1 -r1.2 --- sysstat-9.0.3-ar.patch 2 Jun 2009 05:57:07 -0000 1.1 +++ sysstat-9.0.3-ar.patch 19 Jun 2009 20:52:20 -0000 1.2 @@ -3,15 +3,15 @@ Get rid of the implicit rule entirely (b --- sysstat-9.0.3/Makefile.in.orig 2009-04-13 16:27:15.000000000 +0200 +++ sysstat-9.0.3/Makefile.in 2009-05-31 18:48:48.000000000 +0200 -@@ -175,9 +175,8 @@ +@@ -175,9 +175,7 @@ # Explicit rules needed to prevent possible file corruption # when using parallel execution. -libsyscom.a: libsyscom.a(common.o ioconf.o) - $(AR) rv $@ common.o - $(AR) rv $@ ioconf.o +- $(AR) s $@ +libsyscom.a: common.o ioconf.o -+ $(AR) rv $@ $? - $(AR) s $@ ++ $(AR) rvs $@ $? librdstats.a: librdstats.a(rd_stats.o)
Updated Nov 30, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.