Module Name: src Committed By: pgoyette Date: Fri Dec 31 05:05:44 UTC 2010
Modified Files: src/tests/lib/libc: Makefile Log Message: Ooopppsss - ieefp tests have not been atf-ified, so remove the stuff that got committed by mistake. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 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.13 src/tests/lib/libc/Makefile:1.14 --- src/tests/lib/libc/Makefile:1.13 Fri Dec 31 04:08:33 2010 +++ src/tests/lib/libc/Makefile Fri Dec 31 05:05:43 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/12/31 04:08:33 pgoyette Exp $ +# $NetBSD: Makefile,v 1.14 2010/12/31 05:05:43 pgoyette Exp $ .include <bsd.own.mk> .include <bsd.sys.mk> @@ -9,10 +9,6 @@ TESTS_SUBDIRS+= ssp .endif -.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000") -SUBDIR+= ieeefp -.endif - TESTSDIR= ${TESTSBASE}/lib/libc TESTS_C+= t_convfp