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 <yn...@true.cz>
---
 toolchain/kernel-headers/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/toolchain/kernel-headers/Makefile 
b/toolchain/kernel-headers/Makefile
index 5e3e459a96f5..8e3324816bfa 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -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))

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to