summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make-3.81
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-29 09:45:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:10:34 +0100
commit8feed9d4129ae810b04c88d2f635f83c2c511158 (patch)
tree68ab58724f813899f503bcacd889a21142f681d3 /meta/recipes-devtools/make/make-3.81
parentc565d76ce15dd11fc8c4e8caeb2184f6865c6692 (diff)
downloadast2050-yocto-poky-8feed9d4129ae810b04c88d2f635f83c2c511158.zip
ast2050-yocto-poky-8feed9d4129ae810b04c88d2f635f83c2c511158.tar.gz
make-3.81: Fix build failures with newer makeinfo
(From OE-Core rev: f81925316323b662f9b4d368976f4205fb96dc67) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make-3.81')
-rw-r--r--meta/recipes-devtools/make/make-3.81/makeinfo.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make-3.81/makeinfo.patch b/meta/recipes-devtools/make/make-3.81/makeinfo.patch
new file mode 100644
index 0000000..5dd7604
--- /dev/null
+++ b/meta/recipes-devtools/make/make-3.81/makeinfo.patch
@@ -0,0 +1,22 @@
+Allow docs to build with makeinfo 5.X, fixing the error:
+
+doc/make.texi:8165: @itemx must follow @item
+
+Upstream-Status: Backport
+
+RP
+2014/03/29
+
+Index: make-3.81/doc/make.texi
+===================================================================
+--- make-3.81.orig/doc/make.texi 2006-04-01 06:36:40.000000000 +0000
++++ make-3.81/doc/make.texi 2014-03-29 09:39:51.007727012 +0000
+@@ -8162,7 +8162,7 @@
+ rarely need to specify this option since @samp{make} does it for you;
+ see @ref{-w Option, ,The @samp{--print-directory} Option}.)
+
+-@itemx --no-print-directory
++@item --no-print-directory
+ @cindex @code{--no-print-directory}
+ Disable printing of the working directory under @code{-w}.
+ This option is useful when @code{-w} is turned on automatically,
OpenPOWER on IntegriCloud