Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/bin/sntp use WARNS=0 until const issue is r...



details:   https://anonhg.NetBSD.org/src/rev/80f8f6d78cec
branches:  trunk
changeset: 773419:80f8f6d78cec
user:      kardel <kardel%NetBSD.org@localhost>
date:      Wed Feb 01 21:22:19 2012 +0000

description:
use WARNS=0 until const issue is resolved

diffstat:

 external/bsd/ntp/bin/sntp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 58a279a4518f -r 80f8f6d78cec external/bsd/ntp/bin/sntp/Makefile
--- a/external/bsd/ntp/bin/sntp/Makefile        Wed Feb 01 21:21:25 2012 +0000
+++ b/external/bsd/ntp/bin/sntp/Makefile        Wed Feb 01 21:22:19 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/02/01 07:46:21 kardel Exp $
+# $NetBSD: Makefile,v 1.4 2012/02/01 21:22:19 kardel Exp $
 
 USE_FORT?= yes # network client/server
 
@@ -9,6 +9,8 @@
 
 .include "${.CURDIR}/../Makefile.inc"
 
+WARNS=0
+
 DIST=${IDIST}/sntp
 
 CPPFLAGS+=-I${IDIST}/sntp -I${IDIST}/sntp/libopts



Home | Main Index | Thread Index | Old Index