aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2022-03-25 13:12:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:38:02 +0000
commite36d72335812d16c3e6aa8046d12fc2807bb99cc (patch)
treef51ce74cadf8ec335c7d6a94f39328c97135ae8a
parentb4f5c627997e6ee0a5f173ccd2c5a33b74a2974b (diff)
downloadports-e36d72335812d16c3e6aa8046d12fc2807bb99cc.tar.gz
ports-e36d72335812d16c3e6aa8046d12fc2807bb99cc.zip
devel/bison: Parallelize make test
PR: 259577
-rw-r--r--devel/bison/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 814a28cce9a6..da163b4bb439 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -15,12 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= m4>=1.4.16,1:devel/m4
-USES= charsetfix compiler:c11 cpe iconv localbase makeinfo perl5 readline tar:xz
+# USES=gmake is used for parallelized make test
+USES= charsetfix compiler:c11 cpe gmake iconv localbase makeinfo perl5 readline tar:xz
USE_PERL5= build
CONFIGURE_ARGS= --disable-yacc --enable-relocatable
GNU_CONFIGURE= yes
LIBS+= -lm
+TEST_ARGS+= ${_MAKE_JOBS}
TEST_TARGET= check
INFO= bison