All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eglibc-2.9: allow building with newer GNU make
@ 2011-09-13 13:29 Steffen Sledz
  2011-09-13 14:51 ` Paul Menzel
  2011-09-13 15:19 ` [PATCH] " Khem Raj
  0 siblings, 2 replies; 11+ messages in thread
From: Steffen Sledz @ 2011-09-13 13:29 UTC (permalink / raw)
  To: openembedded-devel

GNU make >= 3.82 does not allow mixed implicit and normal rules

Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
---
 recipes/eglibc/eglibc-2.9/make-3.82.patch |   16 ++++++++++++++++
 recipes/eglibc/eglibc_2.9.bb              |    3 ++-
 2 files changed, 18 insertions(+), 1 deletions(-)
 create mode 100644 recipes/eglibc/eglibc-2.9/make-3.82.patch

diff --git a/recipes/eglibc/eglibc-2.9/make-3.82.patch b/recipes/eglibc/eglibc-2.9/make-3.82.patch
new file mode 100644
index 0000000..b0a45d9
--- /dev/null
+++ b/recipes/eglibc/eglibc-2.9/make-3.82.patch
@@ -0,0 +1,16 @@
+diff -Nurd libc.orig//manual/Makefile libc/manual/Makefile
+--- libc.orig//manual/Makefile	2011-09-13 14:49:57.428424088 +0200
++++ libc/manual/Makefile	2011-09-13 14:50:47.009620484 +0200
+@@ -242,7 +242,11 @@
+ .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 $@
+ 
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb
index be60ba7..7e0fa55 100644
--- a/recipes/eglibc/eglibc_2.9.bb
+++ b/recipes/eglibc/eglibc_2.9.bb
@@ -3,7 +3,7 @@ require eglibc.inc
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
 PV = "2.9"
-PR = "${INC_PR}.10"
+PR = "${INC_PR}.11"
 PR_append = "+svnr${SRCPV}"
 SRCREV="10153"
 EGLIBC_BRANCH="eglibc-2_9"
@@ -14,6 +14,7 @@ SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \
            file://shorten-build-commands.patch \
            file://sh4_set_fpscr.patch \
            file://sh4_local-fpscr_values.patch \
+           file://make-3.82.patch \
            file://etc/ld.so.conf \
            file://generate-supported.mk"
 S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
-- 
1.7.3.4




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

end of thread, other threads:[~2011-09-15 10:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 13:29 [PATCH] eglibc-2.9: allow building with newer GNU make Steffen Sledz
2011-09-13 14:51 ` Paul Menzel
2011-09-13 19:38   ` Steffen Sledz
2011-09-14 14:30     ` Steffen Sledz
2011-09-14 14:36       ` Paul Menzel
2011-09-14 14:43         ` Steffen Sledz
2011-09-14 14:58           ` Paul Menzel
2011-09-14 14:55         ` [PATCH v2] " Steffen Sledz
2011-09-15  9:08           ` Paul Menzel
2011-09-15 10:14             ` Steffen Sledz
2011-09-13 15:19 ` [PATCH] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.