Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec 20 23:48:26 UTC 2010

Modified Files:
        src/regress/lib: Makefile
Removed Files:
        src/regress/lib/libm: Makefile
        src/regress/lib/libm/round: Makefile round.c

Log Message:
Remove round test from old regress structure


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/regress/lib/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libm/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libm/round/Makefile \
    src/regress/lib/libm/round/round.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/Makefile
diff -u src/regress/lib/Makefile:1.26 src/regress/lib/Makefile:1.27
--- src/regress/lib/Makefile:1.26	Wed Aug 25 16:47:43 2010
+++ src/regress/lib/Makefile	Mon Dec 20 23:48:25 2010
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.26 2010/08/25 16:47:43 jmmv Exp $
+#	$NetBSD: Makefile,v 1.27 2010/12/20 23:48:25 pgoyette Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= libc libm
+SUBDIR+= libc
 
 .if (${MACHINE_CPU} != "alpha" && \
      ${MACHINE_CPU} != "mips" && \

Reply via email to