pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu Back out the NOT_JOBS_SAFE change. It t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c305b4c103bc
branches:  trunk
changeset: 356296:c305b4c103bc
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Dec 27 21:44:42 2016 +0000

description:
Back out the NOT_JOBS_SAFE change. It turns out I was seeing an unrelated
problem. Sorry for the noise.

diffstat:

 emulators/qemu/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 6076916f81c4 -r c305b4c103bc emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue Dec 27 18:01:34 2016 +0000
+++ b/emulators/qemu/Makefile   Tue Dec 27 21:44:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2016/12/21 10:39:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.158 2016/12/27 21:44:42 bsiegert Exp $
 
 DISTNAME=      qemu-2.7.0
 CATEGORIES=    emulators
@@ -38,9 +38,6 @@
 CONFIGURE_ARGS+=       --disable-opengl
 CONFIGURE_ENV+=                mansuffix=/${PKGMANDIR}
 
-# Parallel build fails on NetBSD/amd64
-MAKE_JOBS_SAFE=                no
-
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-aarch64
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-alpha
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-arm



Home | Main Index | Thread Index | Old Index