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 85586138335 for ; Sun, 24 Mar 2019 19:42:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05B3E09D7; Sun, 24 Mar 2019 19:42:23 +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 8544BE09D7 for ; Sun, 24 Mar 2019 19:42:23 +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 1B82E335D2B for ; Sun, 24 Mar 2019 19:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7573C560 for ; Sun, 24 Mar 2019 19:42:20 +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: <1553442703.d8445a5821d1f173066acc0568239e07f9737593.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_compile.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d8445a5821d1f173066acc0568239e07f9737593 X-VCS-Branch: master Date: Sun, 24 Mar 2019 19:42:20 +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: e869e224-bcc6-4fd6-af36-75099a6295e1 X-Archives-Hash: 41b81c6bb3a02e17b55f6799481f7eba commit: d8445a5821d1f173066acc0568239e07f9737593 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 24 15:51:43 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 24 15:51:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d8445a58 compile_unionfs_fuse(): Show message when bincache was used Signed-off-by: Thomas Deutschmann gentoo.org> gen_compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index 0f32b13..e350dad 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -822,8 +822,10 @@ compile_unionfs_fuse() { } compile_iscsi() { - if [ ! -f "${ISCSI_BINCACHE}" ] + if [ -f "${ISCSI_BINCACHE}" ] then + print_info 1 "$(getIndent 3)iSCSI: Using cache" + else [ ! -f "${ISCSI_SRCTAR}" ] && gen_die "Could not find iSCSI source tarball: ${ISCSI_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!" cd "${TEMP}"