Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-9.0.3-ar.patch
Date: Fri, 19 Jun 2009 20:52:21
Message-Id: E1MHl4O-0006J2-3L@stork.gentoo.org
1 robbat2 09/06/19 20:52:20
2
3 Modified: sysstat-9.0.3-ar.patch
4 Log:
5 Really fix the parallel make bug with libsyscom.a now.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-admin/sysstat/files/sysstat-9.0.3-ar.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch?rev=1.2&view=markup
12 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
13 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
14
15 Index: sysstat-9.0.3-ar.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/files/sysstat-9.0.3-ar.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- sysstat-9.0.3-ar.patch 2 Jun 2009 05:57:07 -0000 1.1
22 +++ sysstat-9.0.3-ar.patch 19 Jun 2009 20:52:20 -0000 1.2
23 @@ -3,15 +3,15 @@ Get rid of the implicit rule entirely (b
24
25 --- sysstat-9.0.3/Makefile.in.orig 2009-04-13 16:27:15.000000000 +0200
26 +++ sysstat-9.0.3/Makefile.in 2009-05-31 18:48:48.000000000 +0200
27 -@@ -175,9 +175,8 @@
28 +@@ -175,9 +175,7 @@
29
30 # Explicit rules needed to prevent possible file corruption
31 # when using parallel execution.
32 -libsyscom.a: libsyscom.a(common.o ioconf.o)
33 - $(AR) rv $@ common.o
34 - $(AR) rv $@ ioconf.o
35 +- $(AR) s $@
36 +libsyscom.a: common.o ioconf.o
37 -+ $(AR) rv $@ $?
38 - $(AR) s $@
39 ++ $(AR) rvs $@ $?
40
41 librdstats.a: librdstats.a(rd_stats.o)