CVS commit: pkgsrc/devel/ldis
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Tue Aug 18 07:16:51 UTC 2026 Modified Files: pkgsrc/devel/ldis: Makefile Log Message: ldis: not make-jobs-safe To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ldis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 637 B)
Modified files: Index: pkgsrc/devel/ldis/Makefile diff -u pkgsrc/devel/ldis/Makefile:1.1 pkgsrc/devel/ldis/Makefile:1.2 --- pkgsrc/devel/ldis/Makefile:1.1 Mon Aug 10 19:01:24 2026 +++ pkgsrc/devel/ldis/Makefile Tue Aug 18 07:16:51 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2026/08/10 19:01:24 agc Exp $ +# $NetBSD: Makefile,v 1.2 2026/08/18 07:16:51 wiz Exp $ DISTNAME= ldis-20260810 CATEGORIES= devel @@ -17,4 +17,7 @@ USE_BSD_MAKEFILE= yes AUTO_MKDIRS= yes TEST_TARGET= t +# make[1]: don't know how to make /pbulk/work/devel/ldis/work/ldis/lib/libldis.a. Stop +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.pkg.mk"