svn commit: r260826 - stable/9/sys/modules/dtrace

Andriy Gapon avg at FreeBSD.org
Fri Jan 17 15:01:50 UTC 2014


Author: avg
Date: Fri Jan 17 15:01:50 2014
New Revision: 260826
URL: http://svnweb.freebsd.org/changeset/base/260826

Log:
  followup to r260816, MFC of r257037: remove dtio from dtrace Makefile
  
  svn merge ran without any complains or errors, but this Makefile somehow
  was not updated.
  
  This is a direct commit.
  
  Reported by:	Jukka Ukkonen <jau789 at gmail.com>

Modified:
  stable/9/sys/modules/dtrace/Makefile

Modified: stable/9/sys/modules/dtrace/Makefile
==============================================================================
--- stable/9/sys/modules/dtrace/Makefile	Fri Jan 17 11:31:41 2014	(r260825)
+++ stable/9/sys/modules/dtrace/Makefile	Fri Jan 17 15:01:50 2014	(r260826)
@@ -11,7 +11,6 @@ SUBDIR=		dtmalloc	\
 		dtrace_test	\
 		lockstat	\
 		profile		\
-		dtio		\
 		prototype	\
 		sdt		\
 		systrace


More information about the svn-src-stable mailing list