From 6ac1365aa58e0169a17b250272121088ed3aa47b Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 9 Nov 2010 12:14:28 +0000 Subject: eglibc: fix build of eglibc-initial for make 3.82 Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in turn breaks behaviour of some Makefiles. Most notably eglibc's. Signed-off-by: Joshua Lock --- .../eglibc/eglibc-2.12/fix-for-make-3.82.diff | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff (limited to 'meta/recipes-core/eglibc/eglibc-2.12') diff --git a/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff b/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff new file mode 100644 index 0000000000..934d31ab89 --- /dev/null +++ b/meta/recipes-core/eglibc/eglibc-2.12/fix-for-make-3.82.diff @@ -0,0 +1,25 @@ +Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in +turn breaks behaviour of some Makefiles. Most notably eglibc's. + +http://www.mail-archive.com/bug-make@gnu.org/msg06220.html + +Fix back-ported from glibc/eglibc revision control. + +JL 13/10/10 + +Index: libc/manual/Makefile +=================================================================== +--- libc.orig/manual/Makefile ++++ libc/manual/Makefile +@@ -243,7 +243,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 $@ + -- cgit v1.2.3-54-g00ecf