About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
jer 09/06/02 05:57:07 Added: sysstat-9.0.3-ar.patch Log: Version bump to patch the old parallel make bug yet again (bug #212398). (Portage version: 2.2_rc33/cvs/Linux i686) Revision Changes Path 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch?rev=1.1&content-type=text/plain Index: sysstat-9.0.3-ar.patch =================================================================== Get rid of the implicit rule entirely (bug #212398). --- 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 @@ # 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 +libsyscom.a: common.o ioconf.o + $(AR) rv $@ $? $(AR) s $@ librdstats.a: librdstats.a(rd_stats.o)
Updated Aug 04, 2010
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.