diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/unixbench | |
parent | - Add entry about the new DEFAULT_VERSIONS framework (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
Diffstat (limited to 'benchmarks/unixbench')
-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 3f01134d9219..2be7e3b070d1 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -14,6 +14,7 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX SUB_FILES= unixbench MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-extract: ${RM} -f ${WRKSRC}/pgms/select |