mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
scripts/run-regression-tests: Exclude LIO from the build
Additionally, use make -j to speed up compilation. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9607 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -303,6 +303,7 @@ CONFIG_SCHED_TRACER \
|
||||
CONFIG_SECURITY_SELINUX \
|
||||
CONFIG_STACK_TRACER \
|
||||
CONFIG_STACK_VALIDATION \
|
||||
CONFIG_TARGET_CORE \
|
||||
CONFIG_TRACEPOINTS \
|
||||
CONFIG_TRACER_MAX_TRACE \
|
||||
CONFIG_TRACE_BRANCH_PROFILING \
|
||||
@@ -386,7 +387,7 @@ function compile_kernel {
|
||||
if (cd "${outputdir}/linux-$k" \
|
||||
&& make -s modules_prepare \
|
||||
&& make -s scripts \
|
||||
&& for subdir; do LC_ALL=C make -k M="${subdir}"; done
|
||||
&& for subdir; do LC_ALL=C make -j$(nproc) -k M="${subdir}"; done
|
||||
) &> "${outputfile}"
|
||||
then
|
||||
local errors warnings
|
||||
|
||||
Reference in New Issue
Block a user