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/11454fc276ec
branches: trunk
changeset: 792877:11454fc276ec
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 f152f6dd206a -r 11454fc276ec 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