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 also ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/85fcd69f45c1
branches: trunk
changeset: 544018:85fcd69f45c1
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jul 03 11:28:52 2008 +0000
description:
Disable bmake regression tests also on AIX. PR 39064.
diffstat:
devel/bmake/files/Makefile.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 5d307ff6fb59 -r 85fcd69f45c1 devel/bmake/files/Makefile.in
--- a/devel/bmake/files/Makefile.in Thu Jul 03 10:26:18 2008 +0000
+++ b/devel/bmake/files/Makefile.in Thu Jul 03 11:28:52 2008 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index