Module Name:    src
Committed By:   jruoho
Date:           Sun Mar 18 07:54:00 UTC 2012

Modified Files:
        src/regress/lib/libc: Makefile
Removed Files:
        src/regress/lib/libc/int_fmtio: Makefile fmtio_check.c

Log Message:
The inttypes(3) check has already been moved to ATF.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/int_fmtio/Makefile
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/int_fmtio/fmtio_check.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.80 src/regress/lib/libc/Makefile:1.81
--- src/regress/lib/libc/Makefile:1.80	Sat Apr  9 17:55:51 2011
+++ src/regress/lib/libc/Makefile	Sun Mar 18 07:54:00 2012
@@ -1,6 +1,6 @@
-#	$NetBSD: Makefile,v 1.80 2011/04/09 17:55:51 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.81 2012/03/18 07:54:00 jruoho Exp $
 
-SUBDIR+= citrus divrem int_fmtio
+SUBDIR+= citrus divrem
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>

Reply via email to