Skip to content

Commit 2e878c4

Browse files
authored
Merge pull request #72 from kpcyrd/makeflags
Allow setting MAKEFLAGS in repro.conf and default to -j$(nproc)
2 parents 13428b1 + 63b4367 commit 2e878c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repro.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ function cmd_check(){
224224
SOURCE_DATE_EPOCH="${buildinfo[builddate]}"
225225

226226
{
227+
printf 'MAKEFLAGS="%s"\n' "${MAKEFLAGS:--j$(nproc)}"
227228
printf 'PKGDEST=/pkgdest\n'
228229
printf 'SRCPKGDEST=/srcpkgdest\n'
229230
printf 'BUILDDIR=%s\n' "${builddir}"

0 commit comments

Comments
 (0)