Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp put back -Werror



details:   https://anonhg.NetBSD.org/src/rev/fb70f4275084
branches:  trunk
changeset: 750000:fb70f4275084
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 14 02:09:39 2009 +0000

description:
put back -Werror

diffstat:

 external/bsd/ntp/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 9de080d86e36 -r fb70f4275084 external/bsd/ntp/Makefile.inc
--- a/external/bsd/ntp/Makefile.inc     Mon Dec 14 02:01:53 2009 +0000
+++ b/external/bsd/ntp/Makefile.inc     Mon Dec 14 02:09:39 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2009/12/13 17:13:48 kardel Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2009/12/14 02:09:39 christos Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=yes
@@ -6,6 +6,7 @@
 USE_FORT?= yes # network client/server
 
 WARNS?=        0
+COPTS+=-Werror
 
 .include <bsd.own.mk>
 
@@ -54,4 +55,4 @@
 .include "${.CURDIR}/../../Makefile.inc"
 .endif
 
-.endif
\ No newline at end of file
+.endif



Home | Main Index | Thread Index | Old Index