Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc Remove ieeefp subdirectory.



details:   https://anonhg.NetBSD.org/src/rev/21d0790fa76d
branches:  trunk
changeset: 769692:21d0790fa76d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Sep 19 05:42:13 2011 +0000

description:
Remove ieeefp subdirectory.

diffstat:

 tests/lib/libc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e8337ff30a4c -r 21d0790fa76d tests/lib/libc/Makefile
--- a/tests/lib/libc/Makefile   Mon Sep 19 05:40:38 2011 +0000
+++ b/tests/lib/libc/Makefile   Mon Sep 19 05:42:13 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2011/06/11 18:03:18 christos Exp $
+# $NetBSD: Makefile,v 1.42 2011/09/19 05:42:13 jruoho Exp $
 
 .include "Makefile.inc"
 .include <bsd.sys.mk>
@@ -6,7 +6,7 @@
 
 SUBDIR+=       tls_dso .WAIT
 
-TESTS_SUBDIRS+=        db gen hash ieeefp inet locale net regex rpc setjmp stdlib
+TESTS_SUBDIRS+=        db gen hash inet locale net regex rpc setjmp stdlib
 TESTS_SUBDIRS+=        stdio string sys termios time tls ttyio
 
 .if ${HAS_SSP} == "yes"



Home | Main Index | Thread Index | Old Index