]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
kbuild: remove unneeded '+' marker from kselftest-merge
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 07:03:48 +0000 (16:03 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Aug 2019 01:32:35 +0000 (10:32 +0900)
This line contains $(MAKE), so Make knows that it will invoke sub-make
without help of the '+' marker.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile

index 668e65c47ee1329ed9d924e7ec196da1dd96a9e5..3f95d1d04b0879ec9ce0a1d66fbd3718a85d6880 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1250,7 +1250,7 @@ kselftest-merge:
        $(if $(wildcard $(objtree)/.config),, $(error No .config exists, config your kernel first!))
        $(Q)find $(srctree)/tools/testing/selftests -name config | \
                xargs $(srctree)/scripts/kconfig/merge_config.sh -m $(objtree)/.config
-       +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
+       $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
 
 # ---------------------------------------------------------------------------
 # Devicetree files