pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bmake/files Disable bmake regression tests on Su...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6cd0c1ef1e39
branches: trunk
changeset: 541860:6cd0c1ef1e39
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Apr 26 22:06:27 2008 +0000
description:
Disable bmake regression tests on SunOS and IRIX. Stopgap fix for:
PR pkg/38397
PR pkg/38450
PR pkg/38221
diffstat:
devel/bmake/files/Makefile.in | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 706a7476d124 -r 6cd0c1ef1e39 devel/bmake/files/Makefile.in
--- a/devel/bmake/files/Makefile.in Sat Apr 26 20:38:49 2008 +0000
+++ b/devel/bmake/files/Makefile.in Sat Apr 26 22:06:27 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.in,v 1.7 2008/03/11 17:20:05 joerg Exp $
+# $NetBSD: Makefile.in,v 1.8 2008/04/26 22:06:27 tnn Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile.in,v 1.7 2008/03/11 17:20:05 joerg Exp $
+# $Id: Makefile.in,v 1.8 2008/04/26 22:06:27 tnn Exp $
PROG= bmake
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
@@ -133,4 +133,8 @@
# A simple unit-test driver to help catch regressions
accept test:
+.if ${OS} != "SunOS" && ${OS} != "IRIX"
cd ${.CURDIR}/unit-tests && ${.MAKE:S,^./,${.CURDIR}/,} TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
+.else
+ true
+.endif
Home |
Main Index |
Thread Index |
Old Index