From: Mark Wooding Date: Fri, 8 May 2020 02:15:09 +0000 (+0100) Subject: dot/mdw-build.conf: Set the parallelism from `.mdw.conf'. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/241060a5c2dc728374fc5bc087e8abc19347c570 dot/mdw-build.conf: Set the parallelism from `.mdw.conf'. --- diff --git a/dot/mdw-build.conf b/dot/mdw-build.conf index 22bb984..f0698ce 100644 --- a/dot/mdw-build.conf +++ b/dot/mdw-build.conf @@ -17,4 +17,4 @@ set_from_mdw_conf dputtarget dput-target set_from_mdw_conf sbuildsrv sbuild-server set_from_mdw_conf signkey releasekey -: ${DEB_BUILD_OPTIONS=parallel=4} +: ${DEB_BUILD_OPTIONS=parallel=$(mdw-conf make-parallel 4)}