]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 10 Feb 2022 14:31:35 +0000 (15:31 +0100)
commitf9f1ea923b73d8ca88ef5a7a91754a1c7bcef668
treea5ae345bf9805896cb70031c97e0e1c82e940791
parent8f6c7585fdcce553112dfe9f5cd936287ce6dbcb
selftests: futex: Use variable MAKE instead of make

BugLink: https://bugs.launchpad.net/bugs/1960516
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>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
tools/testing/selftests/futex/Makefile