svn commit: r279053 - in stable/8/sbin: hastctl hastd
Ian Lepore
ian at FreeBSD.org
Fri Feb 20 13:34:13 UTC 2015
Author: ian
Date: Fri Feb 20 13:34:12 2015
New Revision: 279053
URL: https://svnweb.freebsd.org/changeset/base/279053
Log:
Remove leftover debugging output, accidentally committed.
Pointy hat: ian
Noticed by: dim
Modified:
stable/8/sbin/hastctl/Makefile
stable/8/sbin/hastd/Makefile
Modified: stable/8/sbin/hastctl/Makefile
==============================================================================
--- stable/8/sbin/hastctl/Makefile Fri Feb 20 11:52:46 2015 (r279052)
+++ stable/8/sbin/hastctl/Makefile Fri Feb 20 13:34:12 2015 (r279053)
@@ -17,9 +17,7 @@ SRCS+= proto.c proto_common.c proto_uds.
SRCS+= token.l
SRCS+= subr.c
SRCS+= y.tab.h
-.warning WARNS is ${WARNS}
WARNS?= 5
-.warning WARNS is now ${WARNS}
MAN= hastctl.8
NO_WFORMAT=
Modified: stable/8/sbin/hastd/Makefile
==============================================================================
--- stable/8/sbin/hastd/Makefile Fri Feb 20 11:52:46 2015 (r279052)
+++ stable/8/sbin/hastd/Makefile Fri Feb 20 13:34:12 2015 (r279053)
@@ -17,9 +17,7 @@ SRCS+= rangelock.c
SRCS+= subr.c
SRCS+= token.l
SRCS+= y.tab.h
-.warning WARNS is ${WARNS}
WARNS?= 5
-.warning WARNS is now ${WARNS}
MAN= hastd.8 hast.conf.5
NO_WFORMAT=
More information about the svn-src-stable-8
mailing list