Date: Sat, 7 Aug 2010 20:46:30 +0000 (UTC) From: Oliver Fromme <olli@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211040 - head/usr.sbin/syslogd Message-ID: <201008072046.o77KkUoD051462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olli Date: Sat Aug 7 20:46:30 2010 New Revision: 211040 URL: http://svn.freebsd.org/changeset/base/211040 Log: jh pointed out that src/usr.sbin already has a global WARNS=6 setting in HEAD (unlike stable/8), so it's best to remove the line entirely. Pointed out by: jh Approved by: des (mentor) Modified: head/usr.sbin/syslogd/Makefile Modified: head/usr.sbin/syslogd/Makefile ============================================================================== --- head/usr.sbin/syslogd/Makefile Sat Aug 7 20:33:29 2010 (r211039) +++ head/usr.sbin/syslogd/Makefile Sat Aug 7 20:46:30 2010 (r211040) @@ -12,8 +12,6 @@ SRCS= syslogd.c ttymsg.c DPADD= ${LIBUTIL} LDADD= -lutil -WARNS?= 6 - .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008072046.o77KkUoD051462>