# HG changeset patch # User "Yann E. MORIN" # Date 1178575776 0 # Node ID fa53b961cf4471e6e66fea14a62089ec61f721c8 # Parent 9d73a6932301f2c77529ceb4fdeeb94aac19405e Don't make checking the kernel config file a step by itself. Only make it a step if we need a not-provided kernel config file. diff -r 9d73a6932301 -r fa53b961cf44 scripts/build/kernel_linux.sh --- a/scripts/build/kernel_linux.sh Mon May 07 21:50:06 2007 +0000 +++ b/scripts/build/kernel_linux.sh Mon May 07 22:09:36 2007 +0000 @@ -25,8 +25,6 @@ # Check kernel configuration do_kernel_check_config() { - CT_DoStep INFO "Checking kernel configuration" - # Only the copied or sanitised headers need a config file. # Pre-existing headers as well as headers_install don't. if [ "${CT_KERNEL_LINUX_NEEDS_CONFIG}" = "y" \ @@ -48,8 +46,6 @@ CT_EndStep fi - - CT_EndStep } # Wrapper to the actual headers install method