Module Name:    src
Committed By:   matt
Date:           Wed Mar 21 05:38:49 UTC 2012

Modified Files:
        src/lib/libform: Makefile
        src/lib/libukfs: Makefile

Log Message:
These directories default to WARNS=2


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libform/Makefile
cvs rdiff -u -r1.5 -r1.6 src/lib/libukfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libform/Makefile
diff -u src/lib/libform/Makefile:1.9 src/lib/libform/Makefile:1.10
--- src/lib/libform/Makefile:1.9	Tue Mar 11 23:06:04 2008
+++ src/lib/libform/Makefile	Wed Mar 21 05:38:49 2012
@@ -1,6 +1,8 @@
-#	$NetBSD: Makefile,v 1.9 2008/03/11 23:06:04 joerg Exp $
+#	$NetBSD: Makefile,v 1.10 2012/03/21 05:38:49 matt Exp $
 #
 
+WARNS=	2
+
 CPPFLAGS+=-I${.CURDIR}
 .if defined(DEBUG_FORMS)
 CFLAGS+=-gdwarf-2

Index: src/lib/libukfs/Makefile
diff -u src/lib/libukfs/Makefile:1.5 src/lib/libukfs/Makefile:1.6
--- src/lib/libukfs/Makefile:1.5	Fri Dec 11 21:21:52 2009
+++ src/lib/libukfs/Makefile	Wed Mar 21 05:38:49 2012
@@ -1,6 +1,8 @@
-#	$NetBSD: Makefile,v 1.5 2009/12/11 21:21:52 pooka Exp $
+#	$NetBSD: Makefile,v 1.6 2012/03/21 05:38:49 matt Exp $
 #
 
+WARNS=		2
+
 LIB=		ukfs
 LIBDPLIBS+=	rump	${.CURDIR}/../librump		\
 		rumpvfs	${.CURDIR}/../librumpvfs

Reply via email to