Module Name:    src
Committed By:   christos
Date:           Sat Dec 18 15:02:06 UTC 2010

Modified Files:
        src/tests/fs/ptyfs: Makefile

Log Message:
remove NOGCCERROR, WARNS?=5


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/ptyfs/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/fs/ptyfs/Makefile
diff -u src/tests/fs/ptyfs/Makefile:1.2 src/tests/fs/ptyfs/Makefile:1.3
--- src/tests/fs/ptyfs/Makefile:1.2	Fri Dec 17 23:31:22 2010
+++ src/tests/fs/ptyfs/Makefile	Sat Dec 18 10:02:06 2010
@@ -1,9 +1,8 @@
-#	$NetBSD: Makefile,v 1.2 2010/12/18 04:31:22 joerg Exp $
+#	$NetBSD: Makefile,v 1.3 2010/12/18 15:02:06 christos Exp $
 #
 
 TESTSDIR=	${TESTSBASE}/fs/ptyfs
-WARNS=		4
-NOGCCERROR=1
+WARNS?=		5
 
 TESTS_C=	t_ptyfs
 TESTS_C+=	t_nullpts

Reply via email to