diff options
author | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /benchmarks | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.zst freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
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 |