Module Name:    src
Committed By:   pgoyette
Date:           Sun Dec 26 13:38:10 UTC 2010

Modified Files:
        src/regress/lib/libc: Makefile
Removed Files:
        src/regress/lib/libc/string: Makefile
        src/regress/lib/libc/string/memcpy: Makefile memcpy_test.c
        src/regress/lib/libc/string/memmem: Makefile memmem_test.c
        src/regress/lib/libc/string/stresep: Makefile stresep_test.c
        src/regress/lib/libc/string/swab: Makefile swabcheck.c
        src/regress/lib/libc/string/wcsncpy: Makefile wcsncpy_test.c

Log Message:
Remove the rest of the libc/string tests - they've moved to atf


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.10 -r0 src/regress/lib/libc/string/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/memcpy/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/memcpy/memcpy_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/memmem/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/memmem/memmem_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/stresep/Makefile
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/string/stresep/stresep_test.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/swab/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/string/swab/swabcheck.c
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/string/wcsncpy/Makefile \
    src/regress/lib/libc/string/wcsncpy/wcsncpy_test.c

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.62 src/regress/lib/libc/Makefile:1.63
--- src/regress/lib/libc/Makefile:1.62	Sat Dec 25 01:20:11 2010
+++ src/regress/lib/libc/Makefile	Sun Dec 26 13:38:08 2010
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.62 2010/12/25 01:20:11 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.63 2010/12/26 13:38:08 pgoyette Exp $
 
 SUBDIR+= _setjmp atexit citrus clone context convfp db \
 	divrem gen gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \
 	nsdispatch pty randomid regex rpc servent setjmp sigsetjmp \
-	stdlib string strptime sys time
+	stdlib strptime sys time
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>

Reply via email to