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:   he
Date:           Sun Apr  4 17:49:42 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
Hopefully today's last mistake: undo my MAKE_JOBS_SAFE mistake.


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 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.226 pkgsrc/lang/rust/Makefile:1.227
--- pkgsrc/lang/rust/Makefile:1.226     Sun Apr  4 13:30:16 2021
+++ pkgsrc/lang/rust/Makefile   Sun Apr  4 17:49:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.226 2021/04/04 13:30:16 he Exp $
+# $NetBSD: Makefile,v 1.227 2021/04/04 17:49:42 he Exp $
 
 DISTNAME=      rustc-1.49.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -131,7 +131,7 @@ CONFIGURE_ARGS+=    --set llvm.targets="ARM
 # If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
 # \todo Consider avoiding setting this on netbsd-9 past the fix.
 .  if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*}
-#MAKE_JOBS_SAFE=       no
+MAKE_JOBS_SAFE=        no
 .  endif
 
 # Open PRs



Home | Main Index | Thread Index | Old Index