projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c042e6
)
style: Fix trailing whitespace error
author
Sebastian Pipping
<sebastian@pipping.org>
Mon, 17 Jan 2011 14:51:22 +0000
(15:51 +0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Mon, 17 Jan 2011 14:51:29 +0000
(15:51 +0100)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index bccbcdc7e58753ecbc6abd8aef4e8809b84cbca8..febbcd3e460374bb971a5d07fbe6c8661081e220 100755
(executable)
--- a/
gen_compile.sh
+++ b/
gen_compile.sh
@@
-468,7
+468,7
@@
compile_mdadm() {
gen_die 'Could not extract MDADM source tarball!'
[ -d "${MDADM_DIR}" ] ||
gen_die 'MDADM directory ${MDADM_DIR} is invalid!'
-
+
cd "${MDADM_DIR}"
sed -i "/^CFLAGS = /s:^CFLAGS = \(.*\)$:CFLAGS = -Os:" Makefile
sed -i "/^CXFLAGS = /s:^CXFLAGS = \(.*\)$:CXFLAGS = -Os:" Makefile