diff options
author | obache <obache> | 2008-04-04 10:49:37 +0000 |
---|---|---|
committer | obache <obache> | 2008-04-04 10:49:37 +0000 |
commit | 8cd6953fa702303180a74e7ca85b4dea2ece7915 (patch) | |
tree | 2bc7a32c26ea322461239f63e96424e80d91be0c /benchmarks/bytebench/Makefile | |
parent | abd2d8a25115632fe81b3522003bba88759bbe62 (diff) | |
download | pkgsrc-8cd6953fa702303180a74e7ca85b4dea2ece7915.tar.gz |
Marked as not MAKE_JOBS safe, per PR 38363.
Diffstat (limited to 'benchmarks/bytebench/Makefile')
-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 |