From 034e1e45cda5c86f0549f94a6e0d4d3304640589 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 27 Aug 2025 13:43:59 +0800 Subject: [PATCH] lib / kernel.sh: drop (by now) unused definition of make_filter --- lib/functions/compilation/kernel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/functions/compilation/kernel.sh b/lib/functions/compilation/kernel.sh index 33d6d730b..a541338c9 100644 --- a/lib/functions/compilation/kernel.sh +++ b/lib/functions/compilation/kernel.sh @@ -244,7 +244,6 @@ function kernel_build() { cd "${kernel_work_dir}" || exit_with_error "Can't cd to kernel_work_dir: ${kernel_work_dir}" display_alert "Building kernel" "${LINUXFAMILY} ${LINUXCONFIG} ${build_targets[*]}" "info" - # make_filter="| grep --line-buffered -v -e 'LD' -e 'AR' -e 'INSTALL' -e 'SIGN' -e 'XZ' " \ # @TODO this will be summarised in the log file eventually, but shown in realtime in screen do_with_ccache_statistics \ run_kernel_make_long_running "${install_make_params_quoted[@]@Q}" "${build_targets[@]}" # "V=1" # "-s" silent mode, "V=1" verbose mode