Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 11:34:57 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557815 - head/shells/bash
Message-ID:  <202012121134.0BCBYvLY009665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Dec 12 11:34:56 2020
New Revision: 557815
URL: https://svnweb.freebsd.org/changeset/ports/557815

Log:
  Patch committed in r557806 makes this parallel build safe again.

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Sat Dec 12 11:21:16 2020	(r557814)
+++ head/shells/bash/Makefile	Sat Dec 12 11:34:56 2020	(r557815)
@@ -60,8 +60,6 @@ CONFIGURE_ARGS+=	--without-bash-malloc \
 			--enable-disabled-builtins \
 			--with-libiconv-prefix=${ICONV_PREFIX}
 
-MAKE_JOBS_UNSAFE=	yes
-
 .if empty(PKGNAMESUFFIX)
 CONFLICTS+=		bash-static-[0-9]*
 .else



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