projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398daeb
)
Mention cache usage on blkid in output (consistent to busybox)
author
Sebastian Pipping
<sebastian@pipping.org>
Tue, 11 Jan 2011 16:23:57 +0000
(17:23 +0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Tue, 11 Jan 2011 16:24:52 +0000
(17:24 +0100)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index f540a2f034a639416cb7084be7ea38aa6ab1cae2..e58c101f2e44040f29e3f183c9d80e73361cb00c 100755
(executable)
--- 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}"