Made kernel builds more silent.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2087 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-10 08:34:47 +00:00
parent c7c33ed5d7
commit 4340c8f66f
+1 -1
View File
@@ -334,7 +334,7 @@ function patch_and_configure_kernel {
>"${outputdir}/patch-command-output-$1.txt" \
&& make -s allmodconfig &>/dev/null \
&& sed -i.tmp 's/^CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y$/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=n/' .config \
&& make -s oldconfig
&& make -s oldconfig &>/dev/null
)
}