Skip to content

Commit

Permalink
toolchain: kernel-headers: remove debugging env dump
Browse files Browse the repository at this point in the history
Remove debugging `env` dump left over as build environments might
contain some sensitive information, which then might leak into the build
logs.

Fixes: 2105acb ("kernel-headers: fix compile error caused by wrong host include path when the toolchain is already built")
Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Jul 28, 2023
1 parent 6b7f1ff commit def41cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolchain/kernel-headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit def41cf

Please sign in to comment.