public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-9.0.3-ar.patch
@ 2009-06-02  5:57 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-02  5:57 UTC (permalink / raw
  To: gentoo-commits

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)






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-9.0.3-ar.patch
@ 2009-06-19 20:52 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-06-19 20:52 UTC (permalink / raw
  To: gentoo-commits

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)






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-9.0.3-ar.patch
@ 2009-09-22 16:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2009-09-22 16:58 UTC (permalink / raw
  To: gentoo-commits

jer         09/09/22 16:58:55

  Removed:              sysstat-9.0.3-ar.patch
  Log:
  Remove old.
  (Portage version: 2.2_rc41/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-22 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 16:58 [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-9.0.3-ar.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-19 20:52 Robin H. Johnson (robbat2)
2009-06-02  5:57 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox