Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2022 06:56:39 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d45ec884735 - main - lang/chicken: parallel builds are fine now
Message-ID:  <202209120656.28C6udQ6056788@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d45ec8847357f8597368ff25eef0ab1fcc20217

commit 6d45ec8847357f8597368ff25eef0ab1fcc20217
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2022-09-12 06:55:41 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2022-09-12 06:55:41 +0000

    lang/chicken: parallel builds are fine now
---
 lang/chicken/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 989aae528407..27e896d193b9 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -26,8 +26,7 @@ MAKE_ARGS=	C_COMPILER="${CC}" \
 		LINKER_OPTIONS="${LDFLAGS}" \
 		MANDIR=${PREFIX}/man \
 		PREFIX=${PREFIX}
-# parallel build not supported
-MAKE_JOBS_UNSAFE=	yes
+
 TEST_TARGET=	check
 
 DATADIR=	${PREFIX}/share/chicken



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209120656.28C6udQ6056788>