Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/gen Correctly added the conditional part, but...
details: https://anonhg.NetBSD.org/src/rev/2c9d235f46f3
branches: trunk
changeset: 760048:2c9d235f46f3
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Dec 25 01:25:37 2010 +0000
description:
Correctly added the conditional part, but now need to remove the original
unconditional part.
diffstat:
tests/lib/libc/gen/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 03aa682c7457 -r 2c9d235f46f3 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile Sat Dec 25 01:22:02 2010 +0000
+++ b/tests/lib/libc/gen/Makefile Sat Dec 25 01:25:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/12/25 01:22:02 pgoyette Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/25 01:25:37 pgoyette Exp $
.include <bsd.own.mk>
@@ -7,7 +7,6 @@
TESTS_C+= t_glob_star
TESTS_C+= t_syslog_pthread
TESTS_C+= t_basedirname
-TESTS_C+= t_siginfo
.if !make(obj) && !make(cleandir)
HAVE_SIGINFO != if (echo "\#include <signal.h>" && echo "SA_SIGINFO") | ${CC} -E -I${DESTDIR}/usr/include - | grep -sq 0x0040; then echo yes; else echo no; fi
Home |
Main Index |
Thread Index |
Old Index