pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: tnn
Date: Thu Mar 12 23:10:23 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: MAKE_JOBS_SAFE=no again, but for non-developers only
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/lang/rust/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.153 pkgsrc/lang/rust/Makefile:1.154
--- pkgsrc/lang/rust/Makefile:1.153 Thu Mar 12 22:16:44 2020
+++ pkgsrc/lang/rust/Makefile Thu Mar 12 23:10:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2020/03/12 22:16:44 tnn Exp $
+# $NetBSD: Makefile,v 1.154 2020/03/12 23:10:23 tnn Exp $
DISTNAME= rustc-1.41.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -131,7 +131,7 @@ CONFIGURE_ARGS+= --set llvm.targets="ARM
.endif
# toolchain/54192, induces rtld issues
-.if ${OPSYS} == "NetBSD" && defined(BATCH)
+.if ${OPSYS} == "NetBSD" && (defined(BATCH) || ${PKG_DEVELOPER:Uno} == "no")
MAKE_JOBS_SAFE= no
.endif
Home |
Main Index |
Thread Index |
Old Index