From 956a2e42f8a4c3153b2111ce38685282b51e6799 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 07:49:20 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- cross/avr-binutils/Makefile | 4 ++-- cross/avr-gcc/Makefile | 4 ++-- cross/avr-gdb/Makefile | 4 ++-- cross/h8300-hms-binutils/Makefile | 4 ++-- cross/h8300-hms-gcc/Makefile | 4 ++-- cross/i386-mingw32/Makefile | 4 ++-- cross/mipsEEel-netbsd/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'cross') 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. -- cgit v1.2.3