Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib These directories default to WARNS=2
details: https://anonhg.NetBSD.org/src/rev/b7d14bb37095
branches: trunk
changeset: 778275:b7d14bb37095
user: matt <matt%NetBSD.org@localhost>
date: Wed Mar 21 05:38:49 2012 +0000
description:
These directories default to WARNS=2
diffstat:
lib/libform/Makefile | 4 +++-
lib/libukfs/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r ab837a1d7afb -r b7d14bb37095 lib/libform/Makefile
--- a/lib/libform/Makefile Wed Mar 21 05:37:42 2012 +0000
+++ b/lib/libform/Makefile Wed Mar 21 05:38:49 2012 +0000
@@ -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
diff -r ab837a1d7afb -r b7d14bb37095 lib/libukfs/Makefile
--- a/lib/libukfs/Makefile Wed Mar 21 05:37:42 2012 +0000
+++ b/lib/libukfs/Makefile Wed Mar 21 05:38:49 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index