Skip to content

Commit

Permalink
kbuild: KBUILD_VERBOSE was exported twice
Browse files Browse the repository at this point in the history
This fixes http://bugzilla.kernel.org/show_bug.cgi?id=4727

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
  • Loading branch information
Sam Ravnborg committed Jul 27, 2005
1 parent f9f97bc commit e579d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e579d35

Please sign in to comment.