summaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
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 'emulators')
-rw-r--r--emulators/aranym/Makefile4
-rw-r--r--emulators/arnold/Makefile4
-rw-r--r--emulators/mmix/Makefile4
-rw-r--r--emulators/p11/Makefile4
-rw-r--r--emulators/spim/Makefile4
-rw-r--r--emulators/stella/Makefile4
-rw-r--r--emulators/twin/Makefile4
-rw-r--r--emulators/xtrs/Makefile4
-rw-r--r--emulators/zsnes/Makefile4
9 files changed, 18 insertions, 18 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile
index 84bfb1177b4..dbce5ab1d85 100644
--- a/emulators/aranym/Makefile
+++ b/emulators/aranym/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:40 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:56 wiz Exp $
#
DISTNAME= aranym-0.8.9beta
@@ -17,7 +17,7 @@ USE_X11= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src/Unix
-ALL_TARGET= # void
+BUILD_TARGET= # void
BUILD_DEFS+= FIXED_FASTRAM
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile
index fe70962b4f3..9ac57253fcb 100644
--- a/emulators/arnold/Makefile
+++ b/emulators/arnold/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:40 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:56 wiz Exp $
#
DISTNAME= arnsrc27012002
@@ -18,7 +18,7 @@ EXTRACT_CMD_OPTS.zip= -aqo
WRKSRC= ${WRKDIR}/arnold/src
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-ALL_TARGET= arnold
+BUILD_TARGET= arnold
SHAREDIR= ${PREFIX}/share/arnold
DOCDIR= ${PREFIX}/share/doc/arnold
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile
index 358983d9876..0d74aa460b3 100644
--- a/emulators/mmix/Makefile
+++ b/emulators/mmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:39 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:56 wiz Exp $
DISTNAME= mmix-20030622
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Simulators for Knuth's MMIX RISC architecture
BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb
WRKSRC= ${WRKDIR}
-ALL_TARGET= all doc
+BUILD_TARGET= all doc
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} abstime mmix mmixal \
diff --git a/emulators/p11/Makefile b/emulators/p11/Makefile
index 1d3a511b531..44d55684d66 100644
--- a/emulators/p11/Makefile
+++ b/emulators/p11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:39 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:56 wiz Exp $
#
DISTNAME= p11-2.10a
@@ -18,7 +18,7 @@ USE_GNU_TOOLS+= make
# override MAKEFLAGS in the build and install stages
do-build:
- cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET} MAKEFLAGS=
+ cd ${WRKSRC} && ${GMAKE} ${BUILD_TARGET} MAKEFLAGS=
do-install:
cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} MAKEFLAGS=
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 80a15d30d30..46cd2239362 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/11/29 21:18:59 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2004/12/03 15:14:56 wiz Exp $
# FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp
#
@@ -21,7 +21,7 @@ USE_IMAKE= yes
USE_GNU_TOOLS+= lex
XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option
-ALL_TARGET= y.tab.c depend spim xspim
+BUILD_TARGET= y.tab.c depend spim xspim
pre-configure:
@${RM} -f ${WRKSRC}/y.tab.*
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index aee7d2cf871..e7628ecc9f9 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:41 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/03 15:14:56 wiz Exp $
STELLA_VERSION= 1.4.1
DISTNAME= stella-${STELLA_VERSION}-src
@@ -22,7 +22,7 @@ USE_INSTALL= YES
UNLIMIT_RESOURCES=datasize
MAKEFILE= makefile
-ALL_TARGET= linux
+BUILD_TARGET= linux
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 3.0
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index db2c47373c9..ebaa9dcd778 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:56 wiz Exp $
#
DISTNAME= twin-src-3.1.14
@@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_X11= yes
-ALL_TARGET= depend world
+BUILD_TARGET= depend world
AUTOCONF_REQD= 2.13
CONFIGURE_ARGS= --enable-debugger
PLIST_SRC= ${WRKDIR}/PLIST
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile
index 3e2b9c855be..cd70c37cece 100644
--- a/emulators/xtrs/Makefile
+++ b/emulators/xtrs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:41 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/03 15:14:56 wiz Exp $
#
DISTNAME= xtrs-4.9
@@ -13,7 +13,7 @@ COMMENT= TRS-80 Model I/III/4 Emulator for Unix
USE_BUILDLINK3= yes
USE_X11= yes
-ALL_TARGET= default
+BUILD_TARGET= default
SUBST_CLASSES+= mf
SUBST_STAGE.mf= post-patch
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index cb9d18a1773..0a5d1b1a580 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:14:41 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/12/03 15:14:56 wiz Exp $
#
DISTNAME= zsnes136src
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
ONLY_FOR_PLATFORM= *-*-i386
-ALL_TARGET= zsnes
+BUILD_TARGET= zsnes
WRKSRC= ${WRKDIR}/zsnes-1.36/src
GNU_CONFIGURE= # defined