Module Name:    src
Committed By:   christos
Date:           Fri Sep  9 12:43:14 UTC 2011

Modified Files:
        src/external/bsd/libarchive/bin/tar: Makefile

Log Message:
document another non-literal string.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libarchive/bin/tar/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/libarchive/bin/tar/Makefile
diff -u src/external/bsd/libarchive/bin/tar/Makefile:1.3 src/external/bsd/libarchive/bin/tar/Makefile:1.4
--- src/external/bsd/libarchive/bin/tar/Makefile:1.3	Fri Apr 23 15:41:03 2010
+++ src/external/bsd/libarchive/bin/tar/Makefile	Fri Sep  9 08:43:14 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/04/23 19:41:03 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2011/09/09 12:43:14 christos Exp $
 
 PROG=	tar
 SRCS=	bsdtar.c cmdline.c getdate.c read.c subst.c tree.c util.c write.c
@@ -14,4 +14,6 @@
 
 SYMLINKS+=${BINDIR}/tar /usr/bin/tar
 
+COPTS.read.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>

Reply via email to