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 One more reference to HAVE_SIGINFO bites ...
details: https://anonhg.NetBSD.org/src/rev/728ccf2a0e50
branches: trunk
changeset: 760325:728ccf2a0e50
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Jan 02 18:28:36 2011 +0000
description:
One more reference to HAVE_SIGINFO bites the dust
diffstat:
tests/lib/libc/gen/Makefile | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r 3172f6a881fe -r 728ccf2a0e50 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile Sun Jan 02 18:16:59 2011 +0000
+++ b/tests/lib/libc/gen/Makefile Sun Jan 02 18:28:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/01/01 23:45:01 pgoyette Exp $
+# $NetBSD: Makefile,v 1.12 2011/01/02 18:28:36 pgoyette Exp $
.include <bsd.own.mk>
@@ -11,17 +11,10 @@
TESTS_C+= t_humanize_number
TESTS_C+= t_ldexp
TESTS_C+= t_rbstress
+TESTS_C+= t_siginfo
TESTS_C+= t_syslog_pthread
TESTS_C+= t_vis
-.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
-.endif
-
-.if make(obj) || make(cleandir) || (${HAVE_SIGINFO} == "yes")
-TESTS_C+= t_siginfo
-.endif
-
LDADD.t_ldexp+= -lm
LDADD.t_syslog_pthread+=-lpthread
Home |
Main Index |
Thread Index |
Old Index