summaryrefslogtreecommitdiff
path: root/devel/bmake
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-07-03 11:28:52 +0000
committerobache <obache@pkgsrc.org>2008-07-03 11:28:52 +0000
commit65660a55ca68f1d94a0628fa5599fe08e3a76f52 (patch)
treef30603123c028beb8ae423a9ac6de44b0ee211e5 /devel/bmake
parent1bf6d3b6d8a67780b3a580797b97a82e5c2abdfd (diff)
downloadpkgsrc-65660a55ca68f1d94a0628fa5599fe08e3a76f52.tar.gz
Disable bmake regression tests also on AIX. PR 39064.
Diffstat (limited to 'devel/bmake')
-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