projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b6157
)
mdadm: Indicate using bincache
author
Sebastian Pipping
<sebastian@pipping.org>
Sun, 23 Jan 2011 19:17:42 +0000
(20:17 +0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Sun, 23 Jan 2011 19:17:42 +0000
(20:17 +0100)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 2de867ff71cfb3f965cc130d045c60e50cc92cc4..49caf91330053c894a59362e40150c00ef7b398b 100755
(executable)
--- a/
gen_compile.sh
+++ b/
gen_compile.sh
@@
-458,8
+458,10
@@
compile_lvm() {
}
compile_mdadm() {
- if [
!
-f "${MDADM_BINCACHE}" ]
+ if [ -f "${MDADM_BINCACHE}" ]
then
+ print_info 1 ' MDADM: Using cache'
+ else
[ -f "${MDADM_SRCTAR}" ] ||
gen_die "Could not find MDADM source tarball: ${MDADM_SRCTAR}! Please place it there, or place another version, changing /etc/genkernel.conf as necessary!"
cd "${TEMP}"