pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unison-snapshot: mark as not make-jobs safe



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Aug 10 12:15:04 2022 +0200
Changeset:	e416c15e5768b78547328464b7c34ed938019d9e

Modified Files:
	unison-snapshot/Makefile

Log Message:
unison-snapshot: mark as not make-jobs safe

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e416c15e5768b78547328464b7c34ed938019d9e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unison-snapshot/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index 8d6a392596..9aaa66c1c4 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -15,6 +15,8 @@ LICENSE=	gnu-gpl-v3
 USE_TOOLS+=	gmake bash
 MAKE_FLAGS+=	CFLAGS=""
 MAKE_ENV+=	HOME=${WRKDIR:Q}
+# multiple random build issues
+MAKE_JOBS_SAFE=	no
 
 .include "../../mk/ocaml.mk"
 


Home | Main Index | Thread Index | Old Index