Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.10.1: 0050_all_glibc-make-3.82-rules.patch README.history
Date: Tue, 05 Jul 2011 05:42:44
Message-Id: 20110705054234.1751D2004B@flycatcher.gentoo.org
1 vapier 11/07/05 05:42:34
2
3 Modified: README.history
4 Added: 0050_all_glibc-make-3.82-rules.patch
5 Log:
6 add make-3.82 patch #373837 by Raúl Porcel
7
8 Revision Changes Path
9 1.13 src/patchsets/glibc/2.10.1/README.history
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/README.history?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/README.history?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/README.history?r1=1.12&r2=1.13
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.10.1/README.history,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- README.history 25 Apr 2010 07:17:30 -0000 1.12
22 +++ README.history 5 Jul 2011 05:42:34 -0000 1.13
23 @@ -1,4 +1,5 @@
24 -7 [pending]
25 +7 05.07.2012
26 + + 0050_all_glibc-make-3.82-rules.patch
27 U 1010_all_glibc-queue-header-updates.patch
28
29 6 21.11.2009
30
31
32
33 1.1 src/patchsets/glibc/2.10.1/0050_all_glibc-make-3.82-rules.patch
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/0050_all_glibc-make-3.82-rules.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/0050_all_glibc-make-3.82-rules.patch?rev=1.1&content-type=text/plain
37
38 Index: 0050_all_glibc-make-3.82-rules.patch
39 ===================================================================
40 http://bugs.gentoo.org/331995
41
42 From 32cf40699346d37fabfa887bbd95e95004799ae1 Mon Sep 17 00:00:00 2001
43 From: Andreas Schwab <schwab@××××××.com>
44 Date: Mon, 6 Sep 2010 14:55:59 +0200
45 Subject: [PATCH] Don't mix pattern rules with normal rules
46
47 ---
48 ChangeLog | 4 ++++
49 manual/Makefile | 5 ++++-
50 2 files changed, 8 insertions(+), 1 deletions(-)
51
52 diff --git a/manual/Makefile b/manual/Makefile
53 index c5866eb..b1f5fa7 100644
54 --- a/manual/Makefile
55 +++ b/manual/Makefile
56 @@ -232,7 +232,10 @@ ifdef objpfx
57 .PHONY: stubs
58 stubs: $(objpfx)stubs
59 endif
60 -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
61 +$(objpfx)stubs ../po/manual.pot:
62 + $(make-target-directory)
63 + touch $@
64 +$(objpfx)stamp%:
65 $(make-target-directory)
66 touch $@
67
68 --
69 1.7.3