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>
(cherry picked from commit def41cf2ba)
This commit is contained in:
Petr Štetiar 2023-07-20 08:41:44 +02:00
parent c3372266ba
commit 7c7cc28485
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3
1 changed files with 0 additions and 1 deletions

View File

@ -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))