This syntax was disallowed in gnu make 3.82.

This patch has been submitted upstream.

Signed-off-by: Philip Prindeville <[email protected]>

Index: toolchain/eglibc/patches/2.12/110-implicit-rules-mix.patch
===================================================================
--- toolchain/eglibc/patches/2.12/110-implicit-rules-mix.patch  (revision 0)
+++ toolchain/eglibc/patches/2.12/110-implicit-rules-mix.patch  (revision 0)
@@ -0,0 +1,26 @@
+--- eglibc-2.12/libc/ChangeLog.eglibc.orig     2010-03-31 13:12:26.000000000 
-0600
++++ eglibc-2.12/libc/ChangeLog.eglibc  2011-06-19 20:34:23.000000000 -0600
+@@ -1,3 +1,8 @@
++2011-06-12  Philip Prindeville <[email protected]>
++
++      * manual/Makefile ($(objpfx)stubs): Separate out mixed implicit and
++      static rules.
++
+ 2010-03-31  Joseph Myers  <[email protected]>
+ 
+       * manual/Makefile (stamp-pkgvers): Substitute @@ for @ in
+--- eglibc-2.12/libc/manual/Makefile.orig      2010-03-31 13:12:26.000000000 
-0600
++++ eglibc-2.12/libc/manual/Makefile   2011-06-19 20:49:55.000000000 -0600
+@@ -243,7 +243,11 @@ 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 $@
+ 
Index: toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch
===================================================================
--- toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch   (revision 0)
+++ toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch   (revision 0)
@@ -0,0 +1,25 @@
+--- eglibc-2.8-r8587/libc/manual/Makefile.orig 2006-08-16 19:18:26.000000000 
-0600
++++ eglibc-2.8-r8587/libc/manual/Makefile      2011-06-12 17:07:23.000000000 
-0600
+@@ -232,7 +232,11 @@ 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 $@
+ 
+--- eglibc-2.8-r8587/libc/ChangeLog.eglibc.orig        2009-06-23 
13:58:33.000000000 -0600
++++ eglibc-2.8-r8587/libc/ChangeLog.eglibc     2011-06-12 17:23:33.000000000 
-0600
+@@ -1,3 +1,7 @@
++2011-06-12  Philip Prindeville <[email protected]>
++      * manual/Makefile ($(objpfx)stubs): Separate out mixed implicit and
++      static rules.
++
+ 2009-06-23  Joseph Myers  <[email protected]>
+ 
+       * nptl/init.c (sighandler_setxid): Remove duplicate decrement of
Index: toolchain/eglibc/patches/2.9/110-implicit-rules-mix.patch
===================================================================
--- toolchain/eglibc/patches/2.9/110-implicit-rules-mix.patch   (revision 0)
+++ toolchain/eglibc/patches/2.9/110-implicit-rules-mix.patch   (revision 0)
@@ -0,0 +1,26 @@
+--- eglibc-2.8-r8587/libc/manual/Makefile.orig 2006-08-16 19:18:26.000000000 
-0600
++++ eglibc-2.8-r8587/libc/manual/Makefile      2011-06-12 17:07:23.000000000 
-0600
+@@ -232,7 +232,11 @@ 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 $@
+ 
+--- eglibc-2.9-r10153/libc/ChangeLog.eglibc.orig       2010-03-31 
13:13:52.000000000 -0600
++++ eglibc-2.9-r10153/libc/ChangeLog.eglibc    2011-06-12 19:32:23.000000000 
-0600
+@@ -1,3 +1,8 @@
++2011-06-12  Philip Prindeville <[email protected]>
++
++      * manual/Makefile ($(objpfx)stubs): Separate out mixed implicit and
++      static rules.
++
+ 2010-03-31  Joseph Myers  <[email protected]>
+ 
+       * manual/Makefile (stamp-pkgvers): Substitute @@ for @ in
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to