Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Thu, 28 Mar 2019 23:43:17
Message-Id: 1553802396.80aca6aa38b43a5e147114ccb8c6434771aef541.whissi@gentoo
1 commit: 80aca6aa38b43a5e147114ccb8c6434771aef541
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 19:46:36 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 19:46:36 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=80aca6aa
7
8 config_kernel(): No need to call determine_config_file again
9
10 ...which was already called in genkernel before and config file
11 cannot change at runtime.
12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 gen_configkernel.sh | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/gen_configkernel.sh b/gen_configkernel.sh
19 index b7fa63e..ecef8bc 100755
20 --- a/gen_configkernel.sh
21 +++ b/gen_configkernel.sh
22 @@ -43,7 +43,6 @@ determine_config_file() {
23 }
24
25 config_kernel() {
26 - determine_config_file
27 cd "${KERNEL_DIR}" || gen_die 'Could not switch to the kernel directory!'
28
29 print_info 1 "kernel: >> Initializing..."