Module Name:    src
Committed By:   christos
Date:           Wed Aug 17 14:00:31 UTC 2011

Modified Files:
        src/usr.bin/xinstall: Makefile

Log Message:
document non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xinstall/Makefile

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

Modified files:

Index: src/usr.bin/xinstall/Makefile
diff -u src/usr.bin/xinstall/Makefile:1.21 src/usr.bin/xinstall/Makefile:1.22
--- src/usr.bin/xinstall/Makefile:1.21	Sat Dec 16 07:59:17 2006
+++ src/usr.bin/xinstall/Makefile	Wed Aug 17 10:00:30 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2006/12/16 12:59:17 bouyer Exp $
+#	$NetBSD: Makefile,v 1.22 2011/08/17 14:00:30 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
@@ -15,6 +15,8 @@
 LDADD+= -lutil
 .endif
 
+COPTS.xinstall.c += -Wno-format-nonliteral
+
 
 PROGNAME=install
 

Reply via email to