pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/hbench Not MAKE_JOBS safe.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9206a9944f3b
branches:  trunk
changeset: 400885:9206a9944f3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 29 18:20:36 2009 +0000

description:
Not MAKE_JOBS safe.

diffstat:

 benchmarks/hbench/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r baef8cc52ba5 -r 9206a9944f3b benchmarks/hbench/Makefile
--- a/benchmarks/hbench/Makefile        Thu Oct 29 17:58:50 2009 +0000
+++ b/benchmarks/hbench/Makefile        Thu Oct 29 18:20:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2009/07/08 14:19:46 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2009/10/29 18:20:36 joerg Exp $
 
 DISTNAME=              hbench-OS-1.0
 PKGNAME=               hbench-1.0
@@ -14,6 +14,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
 
 WRKSRC=                        ${WRKDIR}/hbench-OS
 OSVERSION_SPECIFIC=    YES



Home | Main Index | Thread Index | Old Index