From 9d47c6ba38c4207a7919a9ff22c87fad693eb4ad Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 12 Jul 2003 13:13:46 +0000 Subject: use TEST_TARGET instead of custom test target --- devel/gmake/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'devel/gmake') diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 56790c93932..ab4a4e28d1b 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2003/07/10 22:40:31 seb Exp $ +# $NetBSD: Makefile,v 1.48 2003/07/12 13:17:56 dillo Exp $ DISTNAME= make-3.80 PKGNAME= gmake-3.80 @@ -17,6 +17,11 @@ USE_NEW_TEXINFO= YES TEXINFO_REQD= 4.0 INFO_FILES= make.info +# NOTE: the 'test' target requires perl, but since gmake does +# not otherwise require it, perl is not listed as an explicit +# dependency +TEST_TARGET= check + .include "../../mk/bsd.prefs.mk" .if defined(GNU_PROGRAM_PREFIX) @@ -38,13 +43,5 @@ post-install: ${LN} -sf ${GNU_PROGRAM_PREFIX}make ${PREFIX}/bin/gmake .endif -# NOTE: the 'test' target requires perl, but since gmake does -# not otherwise require it, perl is not listed as an explicit -# dependency -test: build - cd ${WRKSRC} && \ - ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \ - tee ${WRKDIR}/tests.log - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3