commit:     68c2dced0bd720bda2db52ac7bfba6c190fafdcc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 13:11:39 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 13:11:39 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=68c2dced

gen_configkernel.sh: config_kernel(): Don't check kernelruntask's return value 
anymore

When compile_generic() was refactored via commit 
7b3103c0856dd9ad0652bf2ac27d0d907250ea4e,
error checking was added directly to that function.

Bug: https://bugs.gentoo.org/689890
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_configkernel.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 6860f1a..ef88250 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -163,7 +163,6 @@ config_kernel() {
        then
                print_info 1 "$(get_indent 1)>> Invoking ${add_config} ..."
                compile_generic ${add_config} kernelruntask
-               [ $? -eq 0 ] || gen_die "Error: ${add_config} failed!"
        fi
 
        local -a required_kernel_options

Reply via email to