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/cpio fix typo.
details: https://anonhg.NetBSD.org/src/rev/0673d756e344
branches: trunk
changeset: 769689:0673d756e344
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 19 01:45:15 2011 +0000
description:
fix typo.
diffstat:
external/bsd/libarchive/bin/cpio/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 002758a64390 -r 0673d756e344 external/bsd/libarchive/bin/cpio/Makefile
--- a/external/bsd/libarchive/bin/cpio/Makefile Mon Sep 19 00:40:22 2011 +0000
+++ b/external/bsd/libarchive/bin/cpio/Makefile Mon Sep 19 01:45:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/09/12 12:11:53 christos Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/19 01:45:15 christos Exp $
PROG= cpio
SRCS= cmdline.c cpio.c
@@ -14,6 +14,6 @@
SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
-COPTS.cpio.c += -Wnoformat-nonliteral
+COPTS.cpio.c += -Wno-format-nonliteral
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index