Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp/lib/libopts build libopts with WARNS=0 for now



details:   https://anonhg.NetBSD.org/src/rev/db738695c243
branches:  trunk
changeset: 773417:db738695c243
user:      kardel <kardel%NetBSD.org@localhost>
date:      Wed Feb 01 20:49:09 2012 +0000

description:
build libopts with WARNS=0 for now

diffstat:

 external/bsd/ntp/lib/libopts/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a29b56f0d54e -r db738695c243 external/bsd/ntp/lib/libopts/Makefile
--- a/external/bsd/ntp/lib/libopts/Makefile     Wed Feb 01 20:48:01 2012 +0000
+++ b/external/bsd/ntp/lib/libopts/Makefile     Wed Feb 01 20:49:09 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2012/02/01 07:46:30 kardel Exp $
+#      $NetBSD: Makefile,v 1.4 2012/02/01 20:49:09 kardel Exp $
 
 LIBISPRIVATE=yes
 
@@ -8,6 +8,9 @@
 
 .include "${.CURDIR}/../Makefile.inc"
 
+# libopts is not really great code
+WARNS=0
+
 DIST=  ${IDIST}/sntp/libopts
 
 CPPFLAGS+=-I${DIST}



Home | Main Index | Thread Index | Old Index