diff options
author | obache <obache@pkgsrc.org> | 2008-04-04 10:49:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-04 10:49:37 +0000 |
commit | ecd8254d2182d38edbdab649ff481ead71ec9079 (patch) | |
tree | 2bc7a32c26ea322461239f63e96424e80d91be0c /benchmarks/bytebench | |
parent | 3966ba6a240c5d65aaf88c7c2a47973564a555dd (diff) | |
download | pkgsrc-ecd8254d2182d38edbdab649ff481ead71ec9079.tar.gz |
Marked as not MAKE_JOBS safe, per PR 38363.
Diffstat (limited to 'benchmarks/bytebench')
-rw-r--r-- | benchmarks/bytebench/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index 327c780ba73..1d7b1e02a22 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2008/04/04 10:49:37 obache Exp $ DISTNAME= unixbench-4.1.0 PKGNAME= ${DISTNAME:S/unix/byte/} @@ -26,6 +26,8 @@ INSTALLATION_DIRS= bin REPLACE_PERL+= pgms/perlbench USE_TOOLS+= perl:run +MAKE_JOBS_SAFE= no + post-extract: ${RM} -f ${WRKSRC}/pgms/select |