Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 06:27:14 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278988 - head/usr.sbin
Message-ID:  <201502190627.t1J6RE3x070892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Thu Feb 19 06:27:14 2015
New Revision: 278988
URL: https://svnweb.freebsd.org/changeset/base/278988

Log:
  Temporarily disconnect ifmcstat(8) from build, to make world buildable
  ifmcstat(8) noses in kernel memory too much, and thus is very tentative
  to any changes in kernel.
  
  I will rewrite it to use some API instead of libkvm(3) and connect back
  to build.

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Thu Feb 19 06:24:27 2015	(r278987)
+++ head/usr.sbin/Makefile	Thu Feb 19 06:27:14 2015	(r278988)
@@ -33,7 +33,7 @@ SUBDIR=	adduser \
 	getpmac \
 	gstat \
 	i2c \
-	ifmcstat \
+#	ifmcstat \
 	iostat \
 	kldxref \
 	mailwrapper \



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