From 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- benchmarks/hbench/Makefile | 4 ++-- benchmarks/hint/Makefile | 4 ++-- benchmarks/iozone/Makefile | 16 ++++++++-------- benchmarks/lmbench/Makefile | 4 ++-- benchmarks/randread/Makefile | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'benchmarks') 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 -- cgit v1.2.3