Module Name: src
Committed By: joerg
Date: Thu Aug 6 16:57:20 UTC 2009
Modified Files:
src/external/bsd/pkg_install: Makefile.inc
src/external/bsd/pkg_install/lib: Makefile
Log Message:
Use WARNS=4.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pkg_install/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/pkg_install/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/pkg_install/Makefile.inc
diff -u src/external/bsd/pkg_install/Makefile.inc:1.2 src/external/bsd/pkg_install/Makefile.inc:1.3
--- src/external/bsd/pkg_install/Makefile.inc:1.2 Mon Feb 2 20:47:20 2009
+++ src/external/bsd/pkg_install/Makefile.inc Thu Aug 6 16:57:20 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2009/02/02 20:47:20 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2009/08/06 16:57:20 joerg Exp $
DIST= ${NETBSDSRCDIR}/external/bsd/pkg_install/dist
@@ -9,4 +9,4 @@
CPPFLAGS+=-DHAVE_CONFIG_H -DNETBSD -DHAVE_SSL
CPPFLAGS+=-DSYSCONFDIR='"/etc"'
-WARNS= 2
+WARNS= 4
Index: src/external/bsd/pkg_install/lib/Makefile
diff -u src/external/bsd/pkg_install/lib/Makefile:1.7 src/external/bsd/pkg_install/lib/Makefile:1.8
--- src/external/bsd/pkg_install/lib/Makefile:1.7 Sun Apr 26 14:18:44 2009
+++ src/external/bsd/pkg_install/lib/Makefile Thu Aug 6 16:57:20 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/04/26 14:18:44 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/08/06 16:57:20 joerg Exp $
# Original from FreeBSD, no rcs id.
LIBISPRIVATE= yes
@@ -24,6 +24,5 @@
CLEANFILES+= pkg_install.conf.5
CPPFLAGS+= -DNETBSD
-COPTS.plist.c+= -Wno-pointer-sign
.include <bsd.lib.mk>