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 | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/super-smack/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/thrulay/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/unixbench/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index 1e613bef8f9b..376815d65d95 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -16,6 +16,7 @@ COMMENT= A benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} +MAKE_JOBS_UNSAFE= yes PORTDOCS= README TUTORIAL diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 7f56099997f4..4d5da2112842 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_RC_SUBR= thrulayd SUB_FILES= thrulayd +MAKE_JOBS_UNSAFE= yes PORTDOCS= ChangeLog README thrulay-protocol.txt thrulay-index.html 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 |