pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust Hopefully today's last mistake: undo my MAKE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c21d0f98f200
branches:  trunk
changeset: 449714:c21d0f98f200
user:      he <he%pkgsrc.org@localhost>
date:      Sun Apr 04 17:49:42 2021 +0000

description:
Hopefully today's last mistake: undo my MAKE_JOBS_SAFE mistake.

diffstat:

 lang/rust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 20a128e98a0c -r c21d0f98f200 lang/rust/Makefile
--- a/lang/rust/Makefile        Sun Apr 04 13:30:16 2021 +0000
+++ b/lang/rust/Makefile        Sun Apr 04 17:49:42 2021 +0000
@@ -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 @@
 # 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