]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: futex: Use variable MAKE instead of make
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Thu, 27 Jan 2022 17:44:46 +0000 (22:44 +0500)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 27 Jan 2022 23:29:23 +0000 (16:29 -0700)
commit3f3288a4666659a9864466b50c0ee34f02b60069
tree57ba988c137e6685af030f40f7919d35b1ac07fd
parent19b732e8e5fa364e1ca4f93e3e89ef5ce83b75ea
selftests: futex: Use variable MAKE instead of make

Recursive make commands should always use the variable MAKE, not the
explicit command name ‘make’. This has benefits and removes the
following warning when multiple jobs are used for the build:

make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.

Fixes: 3bb9f730b61c ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/futex/Makefile