summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorgrant <grant>2004-01-22 07:49:20 +0000
committergrant <grant>2004-01-22 07:49:20 +0000
commit230a4ce4ecdbe4a82cd0857ce90c994e5e5ba6cc (patch)
tree7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /cross
parent6f5a4b6e5cf89f4eb4ca6ca2c1cfa1b8ee7316ff (diff)
downloadpkgsrc-230a4ce4ecdbe4a82cd0857ce90c994e5e5ba6cc.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cross')
-rw-r--r--cross/avr-binutils/Makefile4
-rw-r--r--cross/avr-gcc/Makefile4
-rw-r--r--cross/avr-gdb/Makefile4
-rw-r--r--cross/h8300-hms-binutils/Makefile4
-rw-r--r--cross/h8300-hms-gcc/Makefile4
-rw-r--r--cross/i386-mingw32/Makefile4
-rw-r--r--cross/mipsEEel-netbsd/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 1f2b01dddd7..5ef1d252dfd 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/09/19 12:34:26 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $
# FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp
DISTNAME= binutils-2.13.2.1
@@ -12,7 +12,7 @@ COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
USE_BZIP2= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_MAKEINFO= YES
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile
index 30040d7a80e..d0c6a2add0f 100644
--- a/cross/avr-gcc/Makefile
+++ b/cross/avr-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/03 01:18:28 heinz Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $
# FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp
DISTNAME= gcc-3.3.2003.05.11
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_PERL5_BUILD= yes
USE_BZIP2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_BISON= yes
USE_PKGLOCALEDIR= yes
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile
index acf78f61496..a7728f60f80 100644
--- a/cross/avr-gdb/Makefile
+++ b/cross/avr-gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/10/21 14:19:37 wennmach Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $
# FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp
DISTNAME= gdb-5.3
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gdb/releases/}
MAINTAINER= karlj@mdstud.chalmers.se
COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=avr --program-prefix=avr
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index 1efb9e72962..ae8e031176d 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:10:55 agc Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 07:54:07 grant Exp $
DISTNAME= binutils-2.12.1
PKGNAME= cross-h8300-hms-binutils-2.12.1
@@ -14,7 +14,7 @@ H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms
WRKSRC= ${WRKDIR}/objdir
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_MAKEINFO= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${H8300_PREFIX}
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile
index c42d5e01002..120c383bfda 100644
--- a/cross/h8300-hms-gcc/Makefile
+++ b/cross/h8300-hms-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:10:55 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/22 07:54:07 grant Exp $
DISTNAME= gcc-core-3.1
PKGNAME= cross-h8300-hms-gcc-3.1
@@ -21,7 +21,7 @@ H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms
WRKSRC= ${WRKDIR}/objdir
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${H8300_PREFIX}
CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/gcc
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile
index 8f693e32057..4af8577d175 100644
--- a/cross/i386-mingw32/Makefile
+++ b/cross/i386-mingw32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:10:55 agc Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/22 07:54:07 grant Exp $
DISTNAME= cross-${TARGET_ARCH}-1.2
PKGREVISION= 3
@@ -24,7 +24,7 @@ CROSS_DISTFILES+= mingw-runtime-1.2-src.tar.gz
MINGW_WRKSRC= ${WRKDIR}/mingw-runtime-1.2
CROSS_DISTFILES+= w32api-1.2-src.tar.gz
W32_WRKSRC= ${WRKDIR}/w32api-1.2
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PERL5= build
WRKSRC= ${WRKDIR} # for the patch target
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile
index b2bbae659d0..251c71bef4e 100644
--- a/cross/mipsEEel-netbsd/Makefile
+++ b/cross/mipsEEel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:27:59 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 07:54:07 grant Exp $
DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION}
TARGET_ARCH= mipsEEel-netbsd
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Cross-compiler for NetBSD/PlayStation2 kernel
BZCAT= /usr/bin/bzcat
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
# We don't use CROSSBASE because the binutils are not the same as binutils
# for other cross compilers.