mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
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:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user