pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ffcall Set TEST_TARGET instead of running it unc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e9cea0eaa9d
branches: trunk
changeset: 530192:2e9cea0eaa9d
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jun 18 02:56:05 2007 +0000
description:
Set TEST_TARGET instead of running it unconditionally in post-build.
diffstat:
devel/ffcall/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 83e7569b0b72 -r 2e9cea0eaa9d devel/ffcall/Makefile
--- a/devel/ffcall/Makefile Mon Jun 18 02:45:31 2007 +0000
+++ b/devel/ffcall/Makefile Mon Jun 18 02:56:05 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:20 tv Exp $
+# $NetBSD: Makefile,v 1.22 2007/06/18 02:56:05 schmonz Exp $
DISTNAME= ffcall-1.10
PKGREVISION= 1
@@ -31,8 +31,6 @@
${CP} ${FILESDIR}/tramp-rs6000-netbsd.s ${WRKSRC}/callback/trampoline_r
${CP} ${FILESDIR}/vacall-rs6000-netbsd.s ${WRKSRC}/callback/vacall_r
-# Run the supplied tests to sanity check everything
-post-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} check
+TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index