From: Sebastian Pipping Date: Tue, 11 Jan 2011 16:23:57 +0000 (+0100) Subject: Mention cache usage on blkid in output (consistent to busybox) X-Git-Tag: v3.4.11~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07a6dc2df8d4f1303d04912d7e25159886c4f59d;p=genkernel.git Mention cache usage on blkid in output (consistent to busybox) --- diff --git a/gen_compile.sh b/gen_compile.sh index f540a2f..e58c101 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -525,8 +525,10 @@ compile_device_mapper() { } compile_e2fsprogs() { - if [ ! -f "${BLKID_BINCACHE}" ] + if [ -f "${BLKID_BINCACHE}" ] then + print_info 1 "blkid: >> Using cache" + else [ ! -f "${E2FSPROGS_SRCTAR}" ] && gen_die "Could not find e2fsprogs source tarball: ${E2FSPROGS_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!" cd "${TEMP}"