Mon Dec 27 19:39:10 2010 UTC ()
The *setjmp tests have moved to atf


(pgoyette)
diff -r1.63 -r1.64 src/regress/lib/libc/Makefile
diff -r1.7 -r0 src/regress/lib/libc/_setjmp/Makefile
diff -r1.7 -r0 src/regress/lib/libc/setjmp/Makefile
diff -r1.8 -r0 src/regress/lib/libc/setjmp/jmptest.c
diff -r1.7 -r0 src/regress/lib/libc/sigsetjmp/Makefile

cvs diff -r1.63 -r1.64 src/regress/lib/libc/Makefile (expand / switch to unified diff)

--- src/regress/lib/libc/Makefile 2010/12/26 13:38:08 1.63
+++ src/regress/lib/libc/Makefile 2010/12/27 19:39:09 1.64
@@ -1,25 +1,21 @@ @@ -1,25 +1,21 @@
1# $NetBSD: Makefile,v 1.63 2010/12/26 13:38:08 pgoyette Exp $ 1# $NetBSD: Makefile,v 1.64 2010/12/27 19:39:09 pgoyette Exp $
2 2
3SUBDIR+= _setjmp atexit citrus clone context convfp db \ 3SUBDIR+= atexit citrus clone context convfp db \
4 divrem gen gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \ 4 divrem gen gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \
5 nsdispatch pty randomid regex rpc servent setjmp sigsetjmp \ 5 nsdispatch pty randomid regex rpc servent stdlib strptime sys time
6 stdlib strptime sys time 
7 6
8.include <bsd.own.mk> 7.include <bsd.own.mk>
9.include <bsd.sys.mk> 8.include <bsd.sys.mk>
10 9
11.if defined(USE_SSP) && (${USE_SSP} == "yes") 
12SUBDIR+= ssp 
13.endif 
14.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") 10.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
15SUBDIR+= ieeefp 11SUBDIR+= ieeefp
16.endif 12.endif
17.if (${MACHINE_ARCH} != "vax") 13.if (${MACHINE_ARCH} != "vax")
18SUBDIR+= ldexp 14SUBDIR+= ldexp
19.endif 15.endif
20 16
21.if exists(arch/${MACHINE_ARCH}) 17.if exists(arch/${MACHINE_ARCH})
22SUBDIR+= arch/${MACHINE_ARCH} 18SUBDIR+= arch/${MACHINE_ARCH}
23.endif 19.endif
24 20
25.include <bsd.subdir.mk> 21.include <bsd.subdir.mk>

File Deleted: src/regress/lib/libc/_setjmp/Attic/Makefile

File Deleted: src/regress/lib/libc/setjmp/Attic/Makefile

File Deleted: src/regress/lib/libc/setjmp/Attic/jmptest.c

File Deleted: src/regress/lib/libc/sigsetjmp/Attic/Makefile