Module Name:    src
Committed By:   pgoyette
Date:           Mon Jan  3 19:25:48 UTC 2011

Modified Files:
        src/tests/lib/libc: Makefile

Log Message:
Ooopppsss - locale/ tests are not yet ready - don't SUBIDR yet


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/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/tests/lib/libc/Makefile
diff -u src/tests/lib/libc/Makefile:1.18 src/tests/lib/libc/Makefile:1.19
--- src/tests/lib/libc/Makefile:1.18	Mon Jan  3 19:01:47 2011
+++ src/tests/lib/libc/Makefile	Mon Jan  3 19:25:48 2011
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2011/01/03 19:01:47 pgoyette Exp $
+# $NetBSD: Makefile,v 1.19 2011/01/03 19:25:48 pgoyette Exp $
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>
 
-TESTS_SUBDIRS+=	gen hash locale setjmp stdlib stdio string
+TESTS_SUBDIRS+=	gen hash setjmp stdlib stdio string
 
 .if ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000"
 TESTS_SUBDIRS+=	ieeefp

Reply via email to