armbian-next: do not exclude 'CC' messages from kernel make

This commit is contained in:
Ricardo Pardini
2022-06-23 16:36:33 +02:00
parent 8511061d67
commit 0aa57b5ef5

View File

@@ -390,7 +390,7 @@ function kernel_build_and_package() {
display_alert "Building kernel" "${LINUXCONFIG} ${build_targets[*]}" "info"
fasthash_debug "build"
make_filter="| grep --line-buffered -v -e 'CC' -e 'LD' -e 'AR' -e 'INSTALL' -e 'SIGN' -e 'XZ' " \
make_filter="| grep --line-buffered -v -e 'LD' -e 'AR' -e 'INSTALL' -e 'SIGN' -e 'XZ' " \
do_with_ccache_statistics \
run_kernel_make_long_running "${install_make_params_quoted[@]@Q}" "${build_targets[@]}"
fasthash_debug "build"