Re: [PATCH] selftests: futex: Use variable MAKE instead of make

From: Shuah Khan
Date: Thu Jan 27 2022 - 17:52:41 EST


On 1/27/22 11:09 AM, André Almeida wrote:
Hi Usama,

Às 14:44 de 27/01/22, Muhammad Usama Anjum escreveu:
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@xxxxxxxxxxxxx>

Thanks for the patch!

Reviewed-by: André Almeida <andrealmeid@xxxxxxxxxxxxx>


Thank you for the patch. Applied to linux-kselftest fixes for rc3

thanks,
-- Shuah