Module Name: src
Committed By: christos
Date: Tue Aug 23 10:47:06 UTC 2011
Modified Files:
src/bin/sh: Makefile
Log Message:
document another non-literal format string
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/bin/sh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/Makefile
diff -u src/bin/sh/Makefile:1.97 src/bin/sh/Makefile:1.98
--- src/bin/sh/Makefile:1.97 Sun Aug 14 06:53:17 2011
+++ src/bin/sh/Makefile Tue Aug 23 06:47:06 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2011/08/14 10:53:17 christos Exp $
+# $NetBSD: Makefile,v 1.98 2011/08/23 10:47:06 christos Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
@@ -83,6 +83,7 @@
.endif
COPTS.printf.c = -Wno-format-nonliteral
+COPTS.jobs.c = -Wno-format-nonliteral
.include <bsd.prog.mk>
.include <bsd.subdir.mk>