Skip to content
Commit 688931a5 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: skip sub-make for in-tree build with GNU Make 4.x

Commit 2b50f7ab ("kbuild: add workaround for Debian make-kpkg")
annoyed people who want to wrap the top Makefile with GNUmakefile
to customize it for their use.

On second thought, we do not need to run the sub-make for in-tree
build with Make 4.x because the 'MAKEFLAGS += -rR' issue only happens
on GNU Make 3.x.

With this commit, people will get back their workflow, and the Debian
make-kpkg will still work.

Fixes: 2b50f7ab

 ("kbuild: add workaround for Debian make-kpkg")
Reported-by: default avatarAndreas Schwab <schwab@suse.de>
Reported-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: default avatarAndreas Schwab <schwab@suse.de>
Tested-by: default avatarDavid Howells <dhowells@redhat.com>
parent a75bb4eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment