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 82EB6138334 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 8A050E09FD; Sun, 24 Mar 2019 19:42:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5CF36E09D7 for ; Sun, 24 Mar 2019 19:42:23 +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 EB1CC335D03 for ; Sun, 24 Mar 2019 19:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6142954B 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: <1553442645.556da871e4b867337d3c673e58acecb9d927e6eb.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: 556da871e4b867337d3c673e58acecb9d927e6eb 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: 1213fb8e-8fcd-4edb-b3f0-f2a59d88c062 X-Archives-Hash: 208a31dba3487000a69e598ae270ab41 commit: 556da871e4b867337d3c673e58acecb9d927e6eb Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 24 15:50:45 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 24 15:50:45 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=556da871 compile_fuse(): Show message when bincache was used Signed-off-by: Thomas Deutschmann gentoo.org> gen_compile.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index 5c402c8..0f32b13 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -785,9 +785,10 @@ compile_fuse() { } compile_unionfs_fuse() { - if [ ! -f "${UNIONFS_FUSE_BINCACHE}" ] + if [ -f "${UNIONFS_FUSE_BINCACHE}" ] then - + print_info 1 "$(getIndent 3)unionfs-fuse: Using cache" + else # We'll call compile_fuse() from here, since it's not needed directly by anything else compile_fuse