common/build-style: make do_check run in parallel unless disabled
This commit is contained in:

committed by
Michael Aldridge

parent
5c6ae7a463
commit
124ce2e404
@@ -79,7 +79,7 @@ do_check() {
|
||||
: ${make_cmd:=make}
|
||||
: ${make_check_target:=test}
|
||||
|
||||
${make_check_pre} ${make_cmd} ${make_check_args} ${make_check_target}
|
||||
${make_check_pre} ${make_cmd} ${makejobs} ${make_check_args} ${make_check_target}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
Reference in New Issue
Block a user