summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/make/files/doc-make.texi-fix-itemx-must-follow-item.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/make/files/doc-make.texi-fix-itemx-must-follow-item.patch')
-rw-r--r--meta/recipes-devtools/make/files/doc-make.texi-fix-itemx-must-follow-item.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/files/doc-make.texi-fix-itemx-must-follow-item.patch b/meta/recipes-devtools/make/files/doc-make.texi-fix-itemx-must-follow-item.patch
new file mode 100644
index 0000000000..fbbff38a75
--- /dev/null
+++ b/meta/recipes-devtools/make/files/doc-make.texi-fix-itemx-must-follow-item.patch
@@ -0,0 +1,24 @@
+doc/make.texi: fix @itemx must follow @item
+
+Upstream-Status: Backport from make 4.0
+
+Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
+---
+ doc/make.texi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/make.texi b/doc/make.texi
+--- a/doc/make.texi
++++ b/doc/make.texi
+@@ -8162,7 +8162,7 @@ from complicated nests of recursive @code{make} commands.
+ 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,
+--
+1.8.1.2
+