diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:07:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:07:36 +0000 |
commit | 097060f94b3755950e53f49e2f30a15ee40f8d42 (patch) | |
tree | ed91fd903dcb96e6914328617419b0659c2bb9f1 /benchmarks | |
parent | 85137049b3031a1d14d0b6f0ec5a3c23f028e0da (diff) | |
download | pkgsrc-097060f94b3755950e53f49e2f30a15ee40f8d42.tar.gz |
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/bonnie++/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/httperf/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/lmbench/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index fdab66cf0e2..eca78221249 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/05/22 20:07:40 jlam Exp $ DISTNAME= benchfft-2.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ COMMENT= Benchmark your machine with a number of FFT algorithms PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LANGUAGES= fortran USE_LIBTOOL= yes diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 2fe43ddd36d..d9c2f6f39da 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:40 jlam Exp $ # DISTNAME= bonnie++-1.03a @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -USE_GNU_TOOLS= make +USE_TOOLS= gmake REPLACE_PERL= bon_csv2txt.in bon_csv2html.in INSTALLATION_DIRS= bin man/man1 man/man8 sbin diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index cfddc06f7cd..df990e95535 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/27 18:14:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:40 jlam Exp $ # DISTNAME= httperf-0.6 @@ -13,7 +13,7 @@ LICENSE= no-commercial-use PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 697ce49c25c..54171b1d5de 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/05/22 20:07:40 jlam Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -12,7 +12,7 @@ COMMENT= Complete benchmark that gives a large amount of information PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake BUILD_TARGET= build MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 830f8ad16f0..4424997fadb 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/02 23:02:06 reed Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:40 jlam Exp $ DISTNAME= postal-0.62 PKGREVISION= 2 @@ -13,7 +13,7 @@ COMMENT= Tool for benchmarking SMTP/POP servers PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../security/openssl/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |