]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 17:23:18 +0000 (18:23 +0100)
commit34fcb509dd6d938c08e3edce8cff60e3942bb5d9
treede538072f2ce14f5ce2033a97a4e4a0f0a93013d
parent62c346388c26f9cb22d319a02d97e584856bf7b8
selftests: futex: Use variable MAKE instead of make

commit b9199181a9ef8252e47e207be8c23e1f50662620 upstream.

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: a8ba798bc8ec ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/futex/Makefile