toolchain: kernel-headers: remove debugging env dump
Remove debugging `env` dump left over as build environments might
contain some sensitive information, which then might leak into the build
logs.
Fixes: 2105acbe28
("kernel-headers: fix compile error caused by wrong host include path when the toolchain is already built")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
6b7f1ffbad
commit
def41cf2ba
|
@ -93,7 +93,6 @@ define Host/Prepare
|
|||
endef
|
||||
|
||||
define Host/Configure
|
||||
env
|
||||
yes '' | $(HOST_KMAKE) oldconfig
|
||||
$(call Host/Configure/all)
|
||||
$(call Host/Configure/post/$(ARCH))
|
||||
|
|
Loading…
Reference in New Issue