svn commit: r557815 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 12 11:34:57 UTC 2020


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


More information about the svn-ports-head mailing list