diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 03:11:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 03:11:38 +0800 |
commit | cc8dd96905280bd168df6896f80f105e5ae7a130 (patch) | |
tree | 8993d852af51f0c91ae23660640f74c6a1a1e89f /benchmarks | |
parent | 683fb846941bcea737ab386723bda195e8334631 (diff) | |
download | freebsd-ports-gnome-cc8dd96905280bd168df6896f80f105e5ae7a130.tar.gz freebsd-ports-gnome-cc8dd96905280bd168df6896f80f105e5ae7a130.tar.zst freebsd-ports-gnome-cc8dd96905280bd168df6896f80f105e5ae7a130.zip |
- Respect CC & ALL_TARGET
PR: 163086
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 172bce2f1cb3..e5bccfcbbbdd 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -20,8 +20,8 @@ CONFLICTS= iozone-2.* WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKEFILE= makefile -MAKE_ARGS= freebsd CFLAGS="${CFLAGS}" -ALL_TARGET= +MAKE_ARGS= ${MAKE_ENV} +ALL_TARGET= freebsd MAKE_JOBS_UNSAFE= yes MAN1= iozone.1 |