Module Name: src
Committed By: pgoyette
Date: Sat Dec 25 01:20:11 UTC 2010
Modified Files:
src/regress/lib/libc: Makefile
Log Message:
Don't descend into siginfo - it's not there any more
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/regress/lib/libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/regress/lib/libc/Makefile
diff -u src/regress/lib/libc/Makefile:1.61 src/regress/lib/libc/Makefile:1.62
--- src/regress/lib/libc/Makefile:1.61 Thu Dec 23 15:32:03 2010
+++ src/regress/lib/libc/Makefile Sat Dec 25 01:20:11 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2010/12/23 15:32:03 pgoyette Exp $
+# $NetBSD: Makefile,v 1.62 2010/12/25 01:20:11 pgoyette Exp $
SUBDIR+= _setjmp atexit citrus clone context convfp db \
divrem gen gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \
@@ -18,14 +18,6 @@
SUBDIR+= ldexp
.endif
-.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")
-SUBDIR+= siginfo
-.endif
-
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif