diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-06-13 21:20:08 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-06-13 21:20:08 +0000 |
commit | 1fd921c6c05429f1850c76c1737e2b96c64134c5 (patch) | |
tree | 6549c83309a68aba298c70fae1cd3614b2edbdee /sysutils/e2fsprogs | |
parent | 0398cfaec1b747d59ae7b8bbd4a4a40ea173db71 (diff) | |
download | ports-1fd921c6c05429f1850c76c1737e2b96c64134c5.tar.gz ports-1fd921c6c05429f1850c76c1737e2b96c64134c5.zip |
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |