Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc Don't descend into siginfo - it's not there...



details:   https://anonhg.NetBSD.org/src/rev/366d50576ee9
branches:  trunk
changeset: 760046:366d50576ee9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Dec 25 01:20:11 2010 +0000

description:
Don't descend into siginfo - it's not there any more

diffstat:

 regress/lib/libc/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 4647c28faf55 -r 366d50576ee9 regress/lib/libc/Makefile
--- a/regress/lib/libc/Makefile Sat Dec 25 01:19:33 2010 +0000
+++ b/regress/lib/libc/Makefile Sat Dec 25 01:20:11 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index