Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libarchive/bin/tar document another non-literal...
details: https://anonhg.NetBSD.org/src/rev/637db7ab6890
branches: trunk
changeset: 769420:637db7ab6890
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 09 12:43:14 2011 +0000
description:
document another non-literal string.
diffstat:
external/bsd/libarchive/bin/tar/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 41d46bfbea3a -r 637db7ab6890 external/bsd/libarchive/bin/tar/Makefile
--- a/external/bsd/libarchive/bin/tar/Makefile Fri Sep 09 12:41:12 2011 +0000
+++ b/external/bsd/libarchive/bin/tar/Makefile Fri Sep 09 12:43:14 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index