From c5e28644d903f46bb308a75a689cd97bef547dc9 Mon Sep 17 00:00:00 2001 From: mandree Date: Wed, 13 Jun 2012 21:20:08 +0000 Subject: Exploit e2fsprogs's 1.42.4's new 'parallel make check' feature. --- sysutils/e2fsprogs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index fd52951f419d..4039b5e5c267 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -115,7 +115,7 @@ post-build: # There have been subtle failures induced by Linux-isms in the past. # -- Matthias Andree, package maintainer, 2007-09-18 @${ECHO_CMD} '===> Running e2fsprogs self-test suite' - cd ${WRKSRC}/tests && ${GMAKE} check \ + cd ${WRKSRC}/tests && ${GMAKE} -j${MAKE_JOBS_NUMBER} check \ || { head -n30000 ${WRKSRC}/tests/*.failed 2>/dev/null ; exit 1 ; } post-install: -- cgit