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:
Bart Van Assche
2021-11-25 01:04:37 +00:00
parent 5e313fddf4
commit 9ed4967478
+2 -1
View File
@@ -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