summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2008-07-03 11:28:52 +0000
committerobache <obache>2008-07-03 11:28:52 +0000
commit500e7e7fcd414bc2d58b22ad8d58875a8ee51454 (patch)
treef30603123c028beb8ae423a9ac6de44b0ee211e5 /devel
parenteb96550ccc9b3095f49f56d8786f64b03cb3201b (diff)
downloadpkgsrc-500e7e7fcd414bc2d58b22ad8d58875a8ee51454.tar.gz
Disable bmake regression tests also on AIX. PR 39064.
Diffstat (limited to 'devel')
-rw-r--r--devel/bmake/files/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/Makefile.in b/devel/bmake/files/Makefile.in
index 8e5adbd8c63..fbc43fe5244 100644
--- a/devel/bmake/files/Makefile.in
+++ b/devel/bmake/files/Makefile.in
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.in,v 1.9 2008/04/28 15:55:00 tnn Exp $
+# $NetBSD: Makefile.in,v 1.10 2008/07/03 11:28:52 obache Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile.in,v 1.9 2008/04/28 15:55:00 tnn Exp $
+# $Id: Makefile.in,v 1.10 2008/07/03 11:28:52 obache Exp $
PROG= bmake
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
@@ -133,7 +133,7 @@ DPADD+=${LIBUTIL}
# A simple unit-test driver to help catch regressions
accept test:
-.if ${OS} != "SunOS" && empty(OS:MIRIX*)
+.if ${OS} != "SunOS" && empty(OS:MIRIX*) && empty(OS:MAIX*)
cd ${.CURDIR}/unit-tests && ${.MAKE:S,^./,${.CURDIR}/,} TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
.else
true