diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-07 22:09:36 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-07 22:09:36 +0000 |
commit | 8df61a2186835b7b84997d17db568668bbeda95f (patch) | |
tree | 53cd374a7d2e5f8e81eba778c5a2699c2309d34b | |
parent | 4a9251622c9b2ed75bc2a2a4fbe23774e5529ccc (diff) | |
download | crosstool-ng-8df61a2186835b7b84997d17db568668bbeda95f.tar.gz crosstool-ng-8df61a2186835b7b84997d17db568668bbeda95f.tar.bz2 crosstool-ng-8df61a2186835b7b84997d17db568668bbeda95f.zip |
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.
-rw-r--r-- | scripts/build/kernel_linux.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/kernel_linux.sh b/scripts/build/kernel_linux.sh index 76052fa9..9c1a0044 100644 --- a/scripts/build/kernel_linux.sh +++ b/scripts/build/kernel_linux.sh @@ -25,8 +25,6 @@ do_kernel_extract() { # 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 @@ do_kernel_check_config() { CT_EndStep fi - - CT_EndStep } # Wrapper to the actual headers install method |