]> git.baikalelectronics.ru Git - kernel.git/commit
doc-rst: Fix recursive make invocation from macros
authorBen Hutchings <ben@decadent.org.uk>
Tue, 31 Jan 2017 00:18:56 +0000 (00:18 +0000)
committerJonathan Corbet <corbet@lwn.net>
Mon, 6 Feb 2017 16:03:59 +0000 (09:03 -0700)
commit7b379791fe510814527e44e86ef12dbaa55091fd
tree8165f1fedda1f584bafe26e0009432e5a4f54996
parent29c80a0d3cee53900ba873c0bd1765585dda81fd
doc-rst: Fix recursive make invocation from macros

In any case where we recurse but don't mention $(MAKE) literally in
the recipe, we need to add a '+' at the start of the command to ensure
that parallel makes and various other options work properly.

Fixes: 5ca8a91b013e ("Documentation/sphinx: build the media intermediate ...")
Tested-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile.sphinx