mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
kbuild: KBUILD_VERBOSE was exported twice
This fixes http://bugzilla.kernel.org/show_bug.cgi?id=4727 Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---
This commit is contained in:
parent
f9f97bc014
commit
e579d351b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -233,7 +233,7 @@ ifeq ($(MAKECMDGOALS),)
|
|||
KBUILD_MODULES := 1
|
||||
endif
|
||||
|
||||
export KBUILD_MODULES KBUILD_BUILTIN KBUILD_VERBOSE
|
||||
export KBUILD_MODULES KBUILD_BUILTIN
|
||||
export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
|
||||
|
||||
# Beautify output
|
||||
|
|
Loading…
Reference in a new issue