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/ntpd use the old style no-error for gcc...



details:   https://anonhg.NetBSD.org/src/rev/7a541eca2f06
branches:  trunk
changeset: 326137:7a541eca2f06
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 20 01:52:54 2014 +0000

description:
use the old style no-error for gcc-4.1

diffstat:

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

diffs (18 lines):

diff -r f9599a6de6ef -r 7a541eca2f06 external/bsd/ntp/bin/ntpd/Makefile
--- a/external/bsd/ntp/bin/ntpd/Makefile        Mon Jan 20 01:43:34 2014 +0000
+++ b/external/bsd/ntp/bin/ntpd/Makefile        Mon Jan 20 01:52:54 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2014/01/02 21:38:38 joerg Exp $
+#      $NetBSD: Makefile,v 1.16 2014/01/20 01:52:54 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -73,7 +73,7 @@
 LDADD+=                -L${LIBPARSE} -lparse -L${LIBISC} -liscntp -lm -lutil
 DPADD+=                ${LIBPARSE}/libparse.a ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a  ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
 
-COPTS.ntp_control.c+=  ${${ACTIVE_CC} == "gcc":? -Wno-error=format-nonliteral :}
+COPTS.ntp_control.c+=  ${${ACTIVE_CC} == "gcc":? -Wno-format-nonliteral :}
 
 .include "${.CURDIR}/../Makefile.inc"
 



Home | Main Index | Thread Index | Old Index