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 7486E138334 for ; Sat, 14 Dec 2019 19:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E166E084A; Sat, 14 Dec 2019 19:02:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 34B9DE084A for ; Sat, 14 Dec 2019 19:02:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B833E34D655 for ; Sat, 14 Dec 2019 19:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5407B8D3 for ; Sat, 14 Dec 2019 19:02:36 +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: <1576349080.ac9e96c0020c2b2c04329b78af9a4c1bdb392046.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ac9e96c0020c2b2c04329b78af9a4c1bdb392046 X-VCS-Branch: master Date: Sat, 14 Dec 2019 19:02:36 +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: 833cd2c8-d57d-45ec-92d2-49f8090cb658 X-Archives-Hash: bc6077b14149896504d1cd4dd35ebbf5 commit: ac9e96c0020c2b2c04329b78af9a4c1bdb392046 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Dec 14 17:35:43 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Dec 14 18:44:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ac9e96c0 gen_determineargs.sh: determine_output_filenames(): Always set GK_FILENAME_* variables We always need GK_FILENAME_* variables, even when not installing anything. Signed-off-by: Thomas Deutschmann gentoo.org> gen_determineargs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index 952b31e..f0a5a86 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -95,8 +95,6 @@ determine_output_filenames() { GK_FILENAME_TEMP_KERNELZ="kernelz-${ARCH}-${KV}" GK_FILENAME_TEMP_SYSTEMMAP="System.map-${ARCH}-${KV}" - isTrue "${CMD_INSTALL}" || return - # Do we have values? if [ -z "${KERNEL_FILENAME}" ] then