diff options
author | he <he@pkgsrc.org> | 2021-04-04 17:49:42 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2021-04-04 17:49:42 +0000 |
commit | a51295249a57e707f2d7473d2740f4fa512df7a5 (patch) | |
tree | da0ee046699b84f3a1b16c4861af66e6852dc281 /lang/rust | |
parent | bc5540bc2a802715479d0f8d7284d7437923ef42 (diff) | |
download | pkgsrc-a51295249a57e707f2d7473d2740f4fa512df7a5.tar.gz |
Hopefully today's last mistake: undo my MAKE_JOBS_SAFE mistake.
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index c6c41ec591a..b12922a10b8 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -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;X86" # 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 |