diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | 8c2aab382d5ceff395ed38e45399378035c4968e (patch) | |
tree | ea623aea7a81d860cc89359721fd92c71b84534d /benchmarks/unixbench/Makefile | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244657
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r-- | benchmarks/unixbench/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index 4444efc2957e..fd705e92a587 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The BYTE magazine's Public Domain benchmark for UNIX SUB_FILES= unixbench +MAKE_JOBS_UNSAFE= yes post-extract: ${RM} -f ${WRKSRC}/pgms/select |