aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-24 16:50:45 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-24 16:50:45 +0100
commit556da871e4b867337d3c673e58acecb9d927e6eb (patch)
treedaeb9fbeb268d9d81a4c779fad9393ddb1119416 /gen_compile.sh
parentMove BusyBox patches due to version bump to v1.30.1 in ebuild (diff)
downloadgenkernel-556da871e4b867337d3c673e58acecb9d927e6eb.tar.gz
genkernel-556da871e4b867337d3c673e58acecb9d927e6eb.tar.bz2
genkernel-556da871e4b867337d3c673e58acecb9d927e6eb.zip
compile_fuse(): Show message when bincache was used
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_compile.sh')
-rwxr-xr-xgen_compile.sh5
1 files 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