From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 793B3138336 for ; Thu, 28 Mar 2019 23:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC1B8E0AB2; Thu, 28 Mar 2019 23:43:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84480E0AB2 for ; Thu, 28 Mar 2019 23:43:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA05335D15 for ; Thu, 28 Mar 2019 23:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95005581 for ; Thu, 28 Mar 2019 23:43:12 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1553802396.80aca6aa38b43a5e147114ccb8c6434771aef541.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_configkernel.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 80aca6aa38b43a5e147114ccb8c6434771aef541 X-VCS-Branch: master Date: Thu, 28 Mar 2019 23:43:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9205f249-7628-4b26-b9ca-aa28186fb681 X-Archives-Hash: 3df023f7c8201599b69ec439c80da013 commit: 80aca6aa38b43a5e147114ccb8c6434771aef541 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Mar 28 19:46:36 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Mar 28 19:46:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=80aca6aa config_kernel(): No need to call determine_config_file again ...which was already called in genkernel before and config file cannot change at runtime. Signed-off-by: Thomas Deutschmann gentoo.org> gen_configkernel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gen_configkernel.sh b/gen_configkernel.sh index b7fa63e..ecef8bc 100755 --- a/gen_configkernel.sh +++ b/gen_configkernel.sh @@ -43,7 +43,6 @@ determine_config_file() { } config_kernel() { - determine_config_file cd "${KERNEL_DIR}" || gen_die 'Could not switch to the kernel directory!' print_info 1 "kernel: >> Initializing..."