Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 13:34:13 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r279053 - in stable/8/sbin: hastctl hastd
Message-ID:  <201502201334.t1KDYDvX069215@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502201334.t1KDYDvX069215>