* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.10.1: 0050_all_glibc-make-3.82-rules.patch README.history
@ 2011-07-05 5:42 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-07-05 5:42 UTC (permalink / raw
To: gentoo-commits
vapier 11/07/05 05:42:34
Modified: README.history
Added: 0050_all_glibc-make-3.82-rules.patch
Log:
add make-3.82 patch #373837 by Raúl Porcel
Revision Changes Path
1.13 src/patchsets/glibc/2.10.1/README.history
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/README.history?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/README.history?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.10.1/README.history?r1=1.12&r2=1.13
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.10.1/README.history,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- README.history 25 Apr 2010 07:17:30 -0000 1.12
+++ README.history 5 Jul 2011 05:42:34 -0000 1.13
@@ -1,4 +1,5 @@
-7 [pending]
+7 05.07.2012
+ + 0050_all_glibc-make-3.82-rules.patch
U 1010_all_glibc-queue-header-updates.patch
6 21.11.2009
1.1 src/patchsets/glibc/2.10.1/0050_all_glibc-make-3.82-rules.patch
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
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
Index: 0050_all_glibc-make-3.82-rules.patch
===================================================================
http://bugs.gentoo.org/331995
From 32cf40699346d37fabfa887bbd95e95004799ae1 Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@redhat.com>
Date: Mon, 6 Sep 2010 14:55:59 +0200
Subject: [PATCH] Don't mix pattern rules with normal rules
---
ChangeLog | 4 ++++
manual/Makefile | 5 ++++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/manual/Makefile b/manual/Makefile
index c5866eb..b1f5fa7 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -232,7 +232,10 @@ ifdef objpfx
.PHONY: stubs
stubs: $(objpfx)stubs
endif
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+$(objpfx)stubs ../po/manual.pot:
+ $(make-target-directory)
+ touch $@
+$(objpfx)stamp%:
$(make-target-directory)
touch $@
--
1.7.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-05 5:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-05 5:42 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.10.1: 0050_all_glibc-make-3.82-rules.patch README.history Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox