summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
committerwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
commit6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /benchmarks
parenta1052f051eabb24e35ae6af3a4b193d6e8682662 (diff)
downloadpkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/hbench/Makefile4
-rw-r--r--benchmarks/hint/Makefile4
-rw-r--r--benchmarks/iozone/Makefile16
-rw-r--r--benchmarks/lmbench/Makefile4
-rw-r--r--benchmarks/randread/Makefile4
5 files changed, 16 insertions, 16 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 558d75447b3..e9acfba546e 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/10/28 16:49:45 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2004/12/03 15:14:51 wiz Exp $
DISTNAME= hbench-OS-1.0
PKGNAME= hbench-1.0
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/hbench-OS
USE_BUILDLINK3= YES
OSVERSION_SPECIFIC= YES
-ALL_TARGET= build
+BUILD_TARGET= build
PLIST_SRC= ${WRKDIR}/PLIST-src
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index ce0d70c6a87..66fc63b1fde 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/07/30 15:50:37 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2004/12/03 15:14:51 wiz Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
@@ -14,7 +14,7 @@ COMMENT= Scalable benchmark for testing CPU and memory performance
PKG_INSTALLATION_TYPES= overwrite pkgviews
-ALL_TARGET= DOUBLE INT
+BUILD_TARGET= DOUBLE INT
WRKSRC= ${WRKDIR}/unix
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index f085a01898a..ff6b881b328 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/11/10 14:13:21 adam Exp $
+# $NetBSD: Makefile,v 1.28 2004/12/03 15:14:51 wiz Exp $
DISTNAME= iozone3_226
PKGNAME= iozone-3.226
@@ -20,20 +20,20 @@ MAKEFILE= makefile
.include "../../mk/bsd.prefs.mk"
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux"
- ALL_TARGET= ${LOWER_OPSYS}
+ BUILD_TARGET= ${LOWER_OPSYS}
.elif (${OPSYS} == "SunOS")
- ALL_TARGET= Solaris
+ BUILD_TARGET= Solaris
.elif (${OPSYS} == "Darwin")
- ALL_TARGET= macosx
+ BUILD_TARGET= macosx
.elif (${OPSYS} == "IRIX")
- ALL_TARGET= ${OPSYS}${ABI:M64}
+ BUILD_TARGET= ${OPSYS}${ABI:M64}
.elif (${OPSYS} == "BSDOS")
- ALL_TARGET= bsdi
+ BUILD_TARGET= bsdi
.elif (${OPSYS} == "AIX")
- ALL_TARGET= ${OPSYS}
+ BUILD_TARGET= ${OPSYS}
.else
# XXX: generic should work, but specific target would be better
- ALL_TARGET= generic
+ BUILD_TARGET= generic
.endif
INSTALLATION_DIRS= bin man/man1
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 9da774314e7..a36b8159882 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/07/30 15:50:37 minskim Exp $
+# $NetBSD: Makefile,v 1.20 2004/12/03 15:14:51 wiz Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
-ALL_TARGET= build
+BUILD_TARGET= build
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
INSTALLATION_DIRS= man/man1 man/man3 man/man8
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
index bc0e6e5d023..e2ddc5a1b3a 100644
--- a/benchmarks/randread/Makefile
+++ b/benchmarks/randread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/07/30 15:50:38 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/03 15:14:51 wiz Exp $
#
DISTNAME= randread-0.1
@@ -11,7 +11,7 @@ COMMENT= Program to help benchmark random disk read performance
PKG_INSTALLATION_TYPES= overwrite pkgviews
-ALL_TARGET= randread
+BUILD_TARGET= randread
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= sbin