From owner-svn-src-all@FreeBSD.ORG Fri May 2 09:24:07 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BC08967; Fri, 2 May 2014 09:24:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78A741DCC; Fri, 2 May 2014 09:24:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s429O7vM051743; Fri, 2 May 2014 09:24:07 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s429O7sW051742; Fri, 2 May 2014 09:24:07 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201405020924.s429O7sW051742@svn.freebsd.org> From: Christian Brueffer Date: Fri, 2 May 2014 09:24:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265217 - in head/sys/modules: . lindev X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 09:24:07 -0000 Author: brueffer Date: Fri May 2 09:24:06 2014 New Revision: 265217 URL: http://svnweb.freebsd.org/changeset/base/265217 Log: libdev(4) has been removed, get rid of the module as well to fix the build. Submitted by: Sainath Varanasi Deleted: head/sys/modules/lindev/ Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri May 2 07:57:40 2014 (r265216) +++ head/sys/modules/Makefile Fri May 2 09:24:06 2014 (r265217) @@ -186,7 +186,6 @@ SUBDIR= \ libiconv \ libmbpool \ libmchain \ - ${_lindev} \ ${_linprocfs} \ ${_linsysfs} \ ${_linux} \ @@ -514,7 +513,6 @@ _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib .endif -_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux @@ -716,7 +714,6 @@ _iwnfw= iwnfw .endif _ixgb= ixgb _ixgbe= ixgbe -_lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux