mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
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: 2105acbe2804 ("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 def41cf2bab825e46a31eb0a9ccf51288edfe27d)
This commit is contained in:
parent
c3372266ba
commit
7c7cc28485
@ -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…
x
Reference in New Issue
Block a user